What are the interfaces defined by Java.lang package?
Answer / rajesh manem
cloneable(),comparable(),Runnable(),Readable().....
| Is This Answer Correct ? | 13 Yes | 0 No |
Difference between ‘>>’ and ‘>>>’ operators in java?
In java, what is the difference between method overloading and method overriding?
Why do we create threads in java?
What classes of exceptions may be caught by a catch clause in java programming?
Can we extend private class in java?
State the difference between creating string as new () and literal.
What is difference between pointer and reference?
what is difference between abstraction and interface?
How many types of constructors are used in java?
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
Can a lock be acquired on a class in java programming?
What is final access modifier in java?