1.

Consider the following code snippetvar f = new java.io.File("/tmp/test");var out = new java.io.FileWriter(f);out instanceof java.io.ReaderWhat will be the output for the above code snippet?

A. Error
B. True
C. Exception
D. False
Answer» E.


Discussion

No Comment Found