What is JAVA? Why it is platform independent?
Answer Posted / saravanan
Java is one of the Object Oriented Language.
Mainly to run on Different Platform and Supporting in
Multi-Threading concept.
Because its only need and run Bytecode on Your platform.
Automatically reclaim Garbage Collection.
Its mainly Memory management.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Can we have a try block without catch block?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is procedure writing?
Explain the available thread states in a high-level?
What are synchronized blocks in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
Explain how hashmap works?
What is consumer interface?
What do you mean by buffering?
Is array dynamic in java?
How to perform selection sort in java?
Why for each loop is used?
What is the exact difference in between Unicast and Multicast object?
What is difference between pointer and reference?
How are variables stored?