Why is Java a platform independent language?



Why is Java a platform independent language?..

Answer / nashiinformaticssolutions

One of the most well-known and widely used programming languages is Java. It is a programming language that is independent of platforms. Java doesn't demand that the complete programme be rewritten for every possible platform. The Java Virtual Machine and Java Bytecode are used to support platform independence. Any JVM operating system can run this platform-neutral byte code. The application is run after JVM translates the byte code into machine code. Because Java programmes can operate on numerous systems without having to be individually rewritten for each platform, the language is referred to as "Write Once, Run Anywhere" (WORA).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we assign integer value to char in java?

0 Answers  


What is the difference between inner class and nested class?

0 Answers  


how to create multithreaded program? : Java thread

0 Answers  


What is the purpose of declaring a variable as final?

0 Answers  


What is the difference between a method and a procedure?

0 Answers  


what is the difference between String and StringBuffer classes?

2 Answers   Infosys,


What is the program development process?

0 Answers  


What is the difference between serializable and externalizable interfaces?

0 Answers  


How to access a method that it declared as protected?

3 Answers  


What are the ways in which a thread can enter the waiting state?

0 Answers  


What is a class variable?

0 Answers  


Can you extend singleton class?

0 Answers  


Categories