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
Is alive and join method in java?
What is t type java?
Is there a case when finally will not execute?
What about features of local inner class?
What happens to the Exception object after handling an exception?
How to handle a web browser resize operation?
What are the main features of java?
Can we extend private class in java?
What is final access modifier in java?
What is anti pattern in java?
How can a gui component handle its own events?
Can you declare an interface method static?
Explain about abstract classes in java?
How can we achieve thread safety in java?
Explain java coding standards for constants?