can you create interface instance ?
Answer Posted / kcs
No, We cannot create an instance for interface. But we can
create a reference for an interface.
| Is This Answer Correct ? | 75 Yes | 17 No |
Post New Answer View All Answers
What is an argument in java?
What does nullpointerexception mean?
How to display all the prime numbers between 1 and 100
What does || mean in code?
What is java used for on a computer?
What does the string method compareto () do?
List two java ide’s?
What is broken and continue statement?
Why java is made?
Can inner class final?
What is an object in java?
How would you dynamically allocate memory to an array?
Do I need to import java.lang package any time? Why?
How do you initialize an arraylist in java?
What is the difference between a break statement and a continue statement?