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 |
What is the range of the short datatype?
What is arrays sort in java?
What is hashtable and explain features of hashtable?
can u give one sinario when you use Abstract Class and When you use Interface.
What is an example of procedure?
Explain about Superclass and Subclass?
what is a package?
What is printwriter in java?
Does a class inherit the constructors of its superclass in java programming?
What is tree in java?
What is the difference between a local variable and an instance variable?
What is the major difference between linkedlist and arraylist?