Java Programming and Technical Programming Technical

Question. What do you mean by platform independence?
Answer. 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).

Read Solution (Total 1)

Java Other Question

Question. What is the most important feature of Java?
Answer. Java is a platform independent language.
Q. What is the difference between a JDK and a JVM?

A. JDK is Java Development Kit which is for development purpose and it includes execution environment also. But JVM is purely a run time environment and hence you will not be able to compile your source files using a JVM.