1.

How does JAVAC or JAVA (JVM) find the packages that will be used inside classes by an import statement?

A. If the packages are defined on the same root level as the compiling or running class file, Java knows it.
B. You should manually use the CLASSPATH or CP command to include the path of the package or single-class for compiling and running
C. You can copy the JAR files in LIB folder of Java inside Program Files
D. All the above
Answer» E.


Discussion

No Comment Found