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
Can you sort a list in java?
Why you should not use singleton?
What does replaceall do in java?
What does g mean in regex?
why Interface used?
What is a local block?
How do you override a method?
Write an algorithm for quick sort?
Can we serialize singleton class?
Why is string buffer better than string ?
Why vector class is used?
how to split string in java?
What are the principle concepts of oops?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
How is string stored in java?