thinkinterview » interview questions
« Previous

interview Questions

next »
question What is difference between Path and Classpath?
Answer Description: Path and Classpath are operating system level environment variables. Path is used define where the system can find the executables(.exe) files and classpath is used to specify the location .class files.

Next Queston » What is a package?...
What is a package?View full queston »

Posted in: Java(30) |