can you create interface instance ?
Answer Posted / sharath
we can create an object for interface but the there will be
of no use because interface methods are abstract in nature
i.e they doesn't have any implementation..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is command line argument in java?
What does string intern() method do?
When do we need to use internal iteration? When do we need to use external iteration?
What is mvc in java?
How do you calculate roots in java?
Where and how can you use a private constructor?
What type of language is java?
Why can we not override static method?
What do you mean by data type?
What is generic type?
What is gui programming?
Explain the protected field modifier?
Explain about OOPS concepts and fundamentals.
What does the “final” keyword mean in front of a variable? A method? A class?
Are functions objects in java?