can you create interface instance ?
Answer Posted / ravikiran
No we can create an instance of a class which implements
this interface.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How we can run a jar file through command prompt in java?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is class and object in java?
What is not object oriented programming?
What is the definition of tree ?
What is primitive data type in java?
Explain wait() method of object class ?
What is the difference between static and global variables and also define what are volatile variables?
Explain the purpose of garbage collection in Java?
Is special character in java?
What is the use of protected in java?
Why do people says “java is robust”?
What are the different tags provided in jstl?
What is the benefit of lambda expressions?
Why singleton pattern is better than creating singleton class with static instance?