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

Does treeset allow null in java?

0 Answers  


Differentiate between stringbuffer and stringbuilder in java.

0 Answers  


How many static init can you have?

0 Answers  


How do you use compareto in java?

0 Answers  


What is a boolean output?

0 Answers  


Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

0 Answers  


What are non-access modifiers?

2 Answers   Cognizant,


write a program to create an vector and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


Why does java have two ways to create child threads?

0 Answers  


What is ternary operator? Give an example.

0 Answers  


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

0 Answers  


Describe the term diamond problem.

0 Answers  


Categories