can you create interface instance ?
Answer Posted / devir
No,we cannot create an instance for interface
Is This Answer Correct ? | 74 Yes | 26 No |
Post New Answer View All Answers
What is default switch case? Give example.
Explain the importance of join() method in thread class?
What is jee6?
How do you implement singleton class?
I want to persist data of objects for later use. What’s the best approach to do so?
Explain about fail fast iterators in java?
What is an iterator interface in java programming?
What types of index data structures can you have in java?
What does || || mean in math?
Can we write a class without main method in java?
Is main an identifier?
How is tree Mirroring implemented?
What is the range of the short type?
Implement a stack with push (), pop() and min() in O(1) time.
How to stop a thread in java? Explain about sleep () method in a thread?