Easy Questions on Core Java
1. What is the Important feature of Java ?
Java is a platform independent language.
2. What is mean by platform independence ?
Platform
independence means that we can write and compile the java code in one
platform (eg Windows) and can execute the class in any other supported
platform eg (Linux,Solaris,etc).
3. Define JVM ?
JVM is Java Virtual Machine which is a run time environment for the compiled java class files.
4. IS JVM\'s platform independent ?
JVM\'s...
JAVA - J2EE Training Guide