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 the means of java?
How do javabeans work?
What happens when you omit a brace or misspell one of the words, like public or
How do you create a jar file?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
What can open a jar file?
What is proxy object in java?
What is ibatis in java?
What is flatmap java?
What do you understand by a variable?
How do I enable javascript?
Who developed rxjava?
How do I install java on windows?
What is Map,List,hashtable,ArrayList and difference between them??
Can a method be static and synchronized?