class PrintFile {   public static void main (String[] args) {    BufferedReader buffReader = null;    /* more code here to initialize buffReader */    try {     String temp;     while ( (1)______ (2)_______ ) {      System.out.println(temp);     }    } catch (3)______    e. printStacktrace();    }   } }