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
Why declare Main() method as a static in java ?
What is collections framework?
What is the difference between char and char *?
What is tcp and udp?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is the difference between stringbuffer and stringbuilder?
What is entry in java?
What is a line break?
What is static import?
What is the difference between sleep and wait in java?
What is meant by overloading?
What is double parsedouble in java?
What is externalizable?
When we should use serialization?
Explain importance of finally block in java?