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
How does enum work in java?
What is method overloading in java ?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What are the parts of a method?
What is data string?
Why we use set in java?
Explain the difference between runnable and callable interface in java?
What is qms certification?
What are recursive functions? Give some examples?
Explain about public and private access specifiers?
What is array length in java?
Explain java coding standards for methods?
Explain the features of java?
What is the purpose of javac exe?
What state is a thread in when it is executing?