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 abstract class have private constructor?
What are recursive functions?
Difference between method overloading and method overriding in java ?
How do you use substring in java?
What is the purpose of garbage collection in java?
what is method reference in java 8?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is instance synchronization?
What do you mean by flow of struts?
How to create a custom exception?
Can we compare two strings in java?
How do you delete a list in java?
Which java version is latest?
What is a type parameter in java?
What is the difference between == and === javascript?