can you create interface instance ?
Answer Posted / arvind panwar
No, we can't create an instance of an interface but
reference variable can hold reference to object of its sub
class.
| Is This Answer Correct ? | 46 Yes | 13 No |
Post New Answer View All Answers
What are the skills required for core java?
What is java dot?
How would you use Bubble Sort to sort the number of elements?
Does .length start 0 java?
What is the role of garbage collector in java?
Can you start a thread twice in Java?
What is the basic of java?
Can we override singleton class?
Can we extend singleton class?
Can inner class final?
Does java trim remove newline?
when to use ArrayList and when to use HashMap in webApplication.
how can you catch multiple exceptions in java?
Discuss 2D arrays.
Is string is a data type in java?