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
In the below example, how many string objects are created?
What is the concept of multithreading?
What do you mean by checked exceptions?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What are the special characters?
Differece between class and generic class?
Why does it take so much time to access an applet having swing components the first time?
How to optimize the javac output?
Is finalize() similar to a destructor?
Is empty in java?
What is methods in java?
What is "this" keyword in java? Explain
Is a string literal?
What are the differences between throw and throws?