Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / sandeep negi
byte code is an intermediate code for java in the form of hexadecimal ,which is compiled code of java compiler and same
for all o\s.after compilation all machine or o\s have own java virtual machine translate the byte code into machine code. so we can say that java is a platform independent language.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is flatmap java?
Explain daemon thread.
What gives java it’s “write once and run anywhere” nature?
What is the means of java?
What is savepoint in java?
What does el mean in java?
How do javabeans work?
What is lambda expression in mvc?
Is java singleton thread safe?
How do I enable java in firefox?
What are java’s rules regarding tabs, spaces and newline characters?
Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
What is messaging queue in java?
What is Map,List,hashtable,ArrayList and difference between them??
Why sun introduce concept of anonymous class? What is need and real life use of anonymous class