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 difference between Action messages and Action errors?
Can we call the constructor of a class more than once for an object?
What are java packages? What's the significance of packages?
What is the full name of java?
What is the diff. b/w Interfaces & Abstract class?
What is lifetime variable?
Can I have constructor in Interface?
Can we inherit the constructor in a Class?please give one example.
What is floating data type?
What is unmodifiable collection in java?
What do you understand by soft reference?
What modifiers are used with an inner class which is a member of an outerclass?