What are the characteristics of java?



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

Post New Answer

More Core Java Interview Questions

what is connection pooling with example?

3 Answers   Amdocs,


Why do we need wrapper classes?

1 Answers  


State the merge-sort principle and its time complexity.

1 Answers   Akamai Technologies,


List any five features of java?

1 Answers  


What are internal variables?

1 Answers  


What are the advantages of compiled language?

1 Answers  


How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.

10 Answers   CSC,


class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example

3 Answers   Wipro,


What are the names of Component subclasses that support painting?

1 Answers  


What is the use of http-tunneling in rmi?

1 Answers  


Why java is secure? Explain.

1 Answers  


What is the role of the java.rmi.naming class?

1 Answers  


Categories