Why is java so important?



Why is java so important?..

Answer / Rakesh Verma

Java is important because it is a widely-used, object-oriented programming language that is platform independent, meaning it can run on any device with a Java Virtual Machine (JVM) installed. This allows developers to write code once and deploy it across various operating systems without modifications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are constants and how to create constants in java?

1 Answers  


How do you compare characters in java?

1 Answers  


how to create an applet

2 Answers  


How to reverse a string in java?

1 Answers  


What is a arraylist in java?

1 Answers  


What comes to mind when someone mentions a shallow copy in java?

1 Answers  


What is hashmap and map?

1 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What is classes in java?

1 Answers  


what is synchronization? : Java thread

1 Answers  


What is not object oriented programming?

1 Answers  


How do u provide security in java

3 Answers  


Categories