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 does provide mean construction?
What is the primitive type byte?
What is the maximum size of byte array in java?
What is final method?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is the difference between throw and throws in java?
Why main function is static?
Describe 2 different ways to concatenate two strings.
what is session in java?
Does windows 10 need java?
What is size () in java?
What is constant in programming?
What happens when heap memory is full?
Why 1 is not a prime number?
Can an interface extend a class?