Q. How to read a classpath file?
β
Correct Answer: (C)
InputStream in = this.getClass().getResourceAsStream("SomeTextFile.txt");
You must be Logged in to update hint/solution