FileInputStream ("hello.txt"), no funciona a menos que yo especifique una ruta absoluta (C: \ Usuario \ Documentos, etc.)

Hola, ¿hay alguna manera de que FileInputStream pueda leer?hello.txt en el mismo directorio sin especificar una ruta?

package hello/
    helloreader.java
    hello.txt

Mi mensaje de error:Error: .\hello.txt (The system cannot find the file specified)

Respuestas a la pregunta(5)

Su respuesta a la pregunta