How java is platform independent?
Answer Posted / i.b kumar
Simply Platform = Hardware(Any Processor) + Operating System
When the Java compiler produces byte code that must run on Any Processor may be 16,32,64(bit) as well as any Operating System
and Byte code does that work.
So Java is called Platform Indepedendent.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is null in java?
What is use of arraylist in java?
Explain different ways of creating a thread. Which one would you prefer and why?
What are different types of references?
What is assembly condition codes?
How do you convert an int to a double in java?
Write a program to search a number in the given list of numbers.
'A class is a template for an object' explain this statement.
What is the difference between char and char *?
Explain how to convert any java object into byte array.
What is difference between float and double?
What is the platform?
What is the meaning of I ++ in java?
What are wrapper classes in java?
What is not thread safe?