What are the interfaces defined by Java.lang package?



What are the interfaces defined by Java.lang package?..

Answer / rajesh manem

cloneable(),comparable(),Runnable(),Readable().....

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is serial version uid and its importance in java?

0 Answers  


What is int short for?

0 Answers  


what is webservices

5 Answers   Consultancy, Mind Tree,


We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.

2 Answers  


Difference between Superclass and Subclass?

7 Answers  






Can we overload the main() method?

0 Answers  


What is a Wrapper class?

14 Answers  


What is the meaning of course?

0 Answers  


Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?

0 Answers  


Which is better stringbuffer or stringbuilder?

0 Answers  


what is jms? features of jms

2 Answers   CTS,


What does percent mean in java?

0 Answers  


Categories