Answer Posted / ravikiran(aptech mumbai)
interface is a pure abstract class and is used to define a
template of methods
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is public/private protected in java?
Which collection is thread safe in java?
If two threads have same priority which thread will be executed first ?
How do you use find and replace?
What are the advantages of exception handling?
what are Hostile Applets?
What is a flag and how does it work?
What is the difference between final, finally and finalize()?
What are the drawbacks for singleton class?
Should a main method be compulsorily declared in all java classes?
What is a numeric string?
Is string is a keyword in java?
Can private class be inherited in java?
How do you trim a space in java?