How java is platform independent?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... Java is a platform independent language.After
compiling the ".java" file ,that will be converting into
the ".class" file,which is a byte code having the
capability run on any OS.Basing on the concept byte code
java achieving the platform independent,it leads to "Write
onece run anyware".
| Is This Answer Correct ? | 196 Yes | 54 No |
Post New Answer View All Answers
Explain methods specific to list interface?
Is the empty set a singleton?
Is heap stored in ram?
What is port number in java?
What is a "pure virtual" member function?
How many types of memory areas are allocated by jvm?
What do you understand by soft reference?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What is final, finally, finalize?
Can we use a switch statement with strings?
Which is better list or arraylist in java?
What is instance means in java?
How to display names of all components in a Container?
What is numeric data type?
how to write a program for sending mails between client and server