Answer Posted / koteswararao konikineni
interface is nothing but the collection of abstract methods
which are not implemented those are implemented in class
assume interface act as a client and the class act as a
vendor
we can not create object to interface we have to create
abstract variable only
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What will happen to the exception object after exception handling?
What are bind parameters?
How are variables stored in memory?
Why webdriver is an interface?
Why we override equals() method?
Is there a sort function in java?
What is the difference between declaration and definition in java?
What is the purpose of using break in each case of switch statement?
What is the properties class?
What is a boolean structure?
What do you mean by synchronized non access modifier?
What is the final keyword in java?
Explain about main() method in java ?
What is a boolean in java?
How to sort numbers in java without array?