suppose we have an interface & that interface contains five
methods. if a class implements that interface then we have
to bound that to give tha definition of all five methods in
that class. If we declare that class as abstract then can
we call only two methods to give the deinition of that
method & i don't want to give the definition of all the
methods? can it possible
Answer Posted / pavan chaturvedi
no we have to override all methods of interface
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
What do you understand by synchronization?
Which command from the jdk compiles a java program?
What is the difference between error and an exception?
What are the uses of synchronized keyword?
What are access specifiers available in java?
What are the differences between forwarding () method and sendredirect() methods?
Which of the following is not an isolation level in the JDBC
What are the major advantages of internal iteration over external iteration?
Why char array is favored over string for the storage of passwords?
When should I use singleton pattern?
What is the difference between @before and @beforeclass annotation?
Can a class have 2 constructors?
Why are variables important in research?
Describe the Big-O Notation.
What are inner classes or non static nested classes in java?