Why Java is a platform independent language?Explain byte code
and JVM

Answer Posted / monisha

Java is platform independent language as the compiled
version from one platform can be executed on any other
platform(OS) and bytecodes are the compiled version of java
program which is an intermediate language and JVM is Java
virtual machine which is a part of java platform and is a
software implementation/specification for a java
application.

Is This Answer Correct ?    38 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are messages in java?

470


What happens if javac is not recognized?

438


What are jdk tools?

468


What is the means of java?

472


What is lsdou? : java security

530






What is property file in java?

474


Is jvm a compiler or an interpreter?

528


ioc vs dependency injection?

1909


Why doesn’t the main method throw an error with no arguments?

526


What is war file in java?

570


Where is java installed?

472


What is csrf in java?

483


What is cdi in java?

480


Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?

465


How do I create an executable jar file?

460