Why should we use java?
Java has proven its strength in past two decades with below points. This language is being used in various fields like desktop, web, enterprise, game, mobile, embedded system, cloud and analytics (Hadoop).
• Open source
• Easy to learn
• Platform independent.
• Wide range of free community, forum
• Large number of APIs and JAVA docs.
• It’s an OOP language.
• Supports multithreading.
• Automatic memory management and garbage collection
• Good memory analysis tool like JConsole and VusualVM, and MAT
• Good number of free IDE tools etc
| Is This Answer Correct ? | 2 Yes | 0 No |
Is array a class in java?
What is double data type?
Can you inherit from an abstract class java?
How java uses the string and stringbuffer classes?
Differences between C and Java?
How listener identify that the event came from a particular object?
what is difference between Exception and Error?
how to make a un-checked exception as a checked exception one.
What are mutable classes?
What is try-with-resources in java?
List methods available in Java Queue interface
Is it possible to make an array volatile?