What is JAVA? Why it is platform independent?
Answer Posted / poorna chandar rao.yerrabothu
java is platform independent because when after compile the
java source code it generate the byte code for jvm. it is
execute the byte code instruction for the particular
operating system. this byte code instruction execute the any
operating system it produce the same result thats why java
is platform independent
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is string made of?
What is the history of java?
Who developed java?
What is method overloading in JAVA? Why is it not present in C ?
What are the five major types of reference sources?
How to solve the problem of generating the unique hash keys with hash function?
what is the difference between the methods sleep() and wait()? : Java thread
what is the use of bean managed and container managed with example?
What is int argc char * argv?
What is anagram of a string?
Can java object be locked down for exclusive use by a given thread?
How to compare two strings in java program?
What is collections framework?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What are the Class Libraries ?