What are the advantages of java?
Answer / Omkar Singh
Advantages of Java include platform independence (write once, run anywhere), robust and secure, object-oriented, large community support, high performance for server applications, and simple to learn compared to other programming languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are keywords and reserved words in java?
Why wait and notify methods are declared in object class?
What is the Scope of Static Variable?
What is a functional interface?
What are heap memory and stack memory and what are memory tables.
define System.out.println(); what is the meaning!
what are the new features available in java 1.5 version?
3 Answers Accenture, Features, Motorola,
How can you set an applet’s height and width as a percentage?
What is the difference between the >> and >>> operators?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Name the runtime exceptions that occurs frequently?
What is an arraylist in java?