What we have to do, when we don't want to implement all
methods of an interface?
Answer Posted / ravikiran(aptech mumbai)
instead of using interface make use of abstract class at
that moment
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is java ee a framework?
What is a null point?
Can a class be private?
What are the 6 functions?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is fundamental datatype?
Is void a data type in java?
What is memory leak and how does java handle it?
How to check if linked list contains loop in java?
Why string is immutable or final in java
What is canonical name in java?
What one should take care of, while serializing the object?
What is instance synchronization?
Can we increase size of array?