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 happens when I use / and % with a negative numerator?
List some oops concepts in java?
What are the different ways of creating thread?
What is mnemonic in assembly language?
How to split arraylist elements in java?
Explain about automatic type conversion in java?
What is collections framework?
What is join () in java?
Which one of the following suits the description of a string better: derived or primitive?
Can we sort list in java?
How to declare objects of a class ?
java program with complete 4 oops concepts implemented example
Can we sort hashset in java?
what is the difference between thread and runnable types? : Java thread
What is difference between stringbuffer and string?