FileInputStream ("hello.txt"), não funciona a menos que eu especifique um caminho absoluto (C: \ User \ Documents etc)

Oi existe alguma maneira eu posso obter FileInputStream para lerhello.txt no mesmo diretório sem especificar um caminho?

package hello/
    helloreader.java
    hello.txt

Minha mensagem de erro:Error: .\hello.txt (The system cannot find the file specified)