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 is meant by final class?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is this keyword used for?
Why do we use predicate in java?
What are different types of constants?
Explain the scope or life time of class variables or static variables?
How do you initialize an arraylist in java?
What is the different between get and post?
Why parsing is done?
Is array synchronized in java?
Can we have two main methods in a java class?
What are the access modifiers available in java?
What is the epoch date?
How do you sort an array in java?
What is string builder in java?