What we have to do, when we don't want to implement all
methods of an interface?
Answer Posted / aditya mohata
we have to declare that class as an abstract class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we have a try block without catch block?
Explain the difference between collection api and stream api in java8?
What Is Composition?
What are pass by reference and pass by value?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Name few java.lang classes introduced with java 8 ?
Explain about core java?
Why should I use abstract class?
What are synchronized methods ?
What is array class in java?
What is intern method in java?
What is thread life cycle?
How do you get length in java?
When should I use singleton pattern?
What is difference between public static and void?