What is JAVA? Why it is platform independent?
Answer Posted / nitu
Mr. Rock i think u should get the answer "what is platform
in dependent?" every os and every machine has its own code
which is known as "MACHINE CODE". I think you know about
asamblly language that is MACHINE CODE. so when we execute
java file it's class file(byte code) convert into this
machine code & then give output.jvm is a program which
needed to convert byte code file into machine code. & every
programing language need it's own compile and runtime
environment. so we always install aproprite tool for each
language.
platform independance means if u compile any progaram one
machine which run on particular os & then u take this
compiled progaram to any other machine which have not same
os still it runs and gives output.
thus we need every language's compiler to run the program.
even if you want to make resume you have to install atlist
ms word.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is oops in java?
Can we execute a program without main?
Is null false in java?
What are the restrictions that are applied to the java static methods?
Does list maintain insertion order java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
When should I use a singleton?
What is the differences between heap and stack memory in java? Explain
What is sortedmap in java?
How do you generate random numbers in java?
Is null or empty java?
What is the maximum size of byte array in java?
Can a boolean be null java?
What is overriding in java?
Is a method a procedure?