What order will the JVM search for classes?

A. lib.jar
b. the standard Java class libraries
c. the 'current directory'
d. c:libsant.jar
e. c:libsjavacore.jar
Referring to the list above, given the classpath "c:libsant.jar;c:libsjavacore.jar;.",
in what order will the JVM search for classes?

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions