What are the interfaces defined by Java.lang package?
Answer / rajesh manem
cloneable(),comparable(),Runnable(),Readable().....
| Is This Answer Correct ? | 13 Yes | 0 No |
What is the static keyword?
How to change the priority of thread or how to set priority of thread?
How to convert string to byte array and vice versa?
What are the differences between processes and threads?
What is class and its types?
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
What is java jit compilers?
What are mutable classes?
How is string immutable in java?
What is string pooling concept?
What is a method in coding?
Is void a type?