Why should we use java?



Why should we use java?..

Answer / 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

More Core Java Interview Questions

Why call by value prevents parameter value change?

0 Answers  


Difference between error and exception

3 Answers   Nous, TCS,


How do you declare an array that will hold more than 64KB of data?

0 Answers   Aspire, Infogain,


What are the differences between string and stringbuffer?

0 Answers  


Difference between String & StringBuffer

16 Answers   IBM, Infosys, Tech Mahindra, Wipro,






What is default exception handling in java?

0 Answers  


What is an array in java?

0 Answers  


Does java arraylist maintain insertion order?

0 Answers  


Why is a string immutable?

0 Answers  


ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


Can we declare an array without size in java?

0 Answers  


Why is it called a string?

0 Answers  


Categories