Java Programming and Technical

Question. What is the most important feature of Java?
Answer. Java is a platform independent language.

Read Solution (Total 0)

Java Other Question

what is e-commerce? 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).