What are the interfaces defined by Java.lang package?
Answer Posted / rajesh manem
cloneable(),comparable(),Runnable(),Readable().....
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is append in java?
What is string and its types?
What makes a function well defined?
What is the vector class in java programming?
What are disadvantages of java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is proper subset?
What is the byte order of byte buffer?
Explain the use of sublass in a java program?
Can I declare a class as private?
Similarity and difference between static block and static method ?
Can substring create new object?
What are abstract methods in java?
How many ways can we create the string object?
What is difference between checked and unchecked exception in java?