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
Explain the difference between protected and default access.
What are the kinds of polymorphism?
Why declare Main() method as a static in java ?
Why java is object oriented?
What is java lang object?
What is boolean used for?
Explain the difference between a Thread and a Process.
What is class and its types?
What is get () in java?
What is constructor chaining in java?
What is the java idl system?
What java ide should I use?
Explain aggregation in java?
How will you print number in reverse (descending) order in BST.
Explain access modifiers in java.