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 tree in java?
Is upper case in java?
Why inputstreamreader is used in java?
What is the primitive type short?
What is ++ a in java?
what is predefined function in java?
Explain access modifiers in java.
What is a prefix function.write down a code to compute prefix function.
Can we force the garbage collection to run?
What do you meant by active and passive objects?
What do the thread?class methods run() and start() do?
When the constructor of a class is invoked?
What is string args [] in java?
Can you have two constructors in java?
What is classes in java?