What are the characteristics of java?
Answer / Raghuveer Singh
Java is platform-independent (WORA - Write Once, Run Anywhere), it has object-oriented programming language features, it is secure with built-in security manager and exception handling, it has a large standard library, it supports multithreading, and it offers automatic memory management (garbage collection).
| Is This Answer Correct ? | 0 Yes | 0 No |
what is connection pooling with example?
Why do we need wrapper classes?
State the merge-sort principle and its time complexity.
1 Answers Akamai Technologies,
List any five features of java?
What are internal variables?
What are the advantages of compiled language?
How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
What are the names of Component subclasses that support painting?
What is the use of http-tunneling in rmi?
Why java is secure? Explain.
What is the role of the java.rmi.naming class?