Answer Posted / javamasque
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 |
Post New Answer View All Answers
What is space character in java?
Why are arrays useful in java?
Explain an intermediate language?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is a qms manual?
What is meant by flickering?
What is sizeof () operator?
How do you check if a character in a string is a digit or letter?
Does java return by reference?
Explain the importance of thread scheduler in java?
When to use runnable interface vs thread class in java?
What is static keyword?
Is it possible to instantiate the abstract class?
How do you escape in java?
What is file in java?