Core Java - Interview Questions and Answers for 'Late binding' | Search Interview Question - javasearch.buggybread.com
Questions
Search
List By Company
List By Topic
Legacy
Tests
Repository
DashBoard
Java
Java 8
Java 7
Java Abbreviations
OCJP / SCJP
Class List
New in Java 8
Java Exceptions
Spring Exceptions
Java Enums
Java 8 Lambda
Java 8 java.time
Big Data
Best Of Java
Discussion
Search
Subscribe
Search Interview Questions
More than 3000 questions in repository.
There are more than 900 unanswered questions.
Click here
and help us by providing the answer.
Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company
Label / Company / Text
Search
Submit Question
Core Java - Interview Questions and Answers for 'Late binding' - 1 question(s) found
- Order By Newest
Q1.
what will be the output ?
class Animal {
public void eat() throws Exception {
}
}
class Dog2 extends Animal {
public void eat(){}
public static void main(){
Animal an = new Dog2();
an.eat();
}
}
Core Java
Ans. Compile Time Error: Unhandled exception type Exception
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 java   code   coding   overridding   late binding   exception handling   abstract class   abstract methods
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Related Questions
Differences between abstract class and interface ?
Difference between Abstract and Concrete Class ?
If an Abstract class has only abstract methods, What's the difference between such a class and an interface ?
What are the design considerations while making a choice between using interface and abstract class ?
How is Abstraction implemented in Java ?
Why can't we create an instance of abstract class ? Why is it restricted by compiler ?
Difference between Base Class, Derived Class , Abstract Class and Concrete Class ?
What is an abstract class ?
Shall we use abstract classes or Interfaces in Policy / Strategy Design Pattern ?
Will this code Work ? If not , Why ?
Help us and Others Improve. Please let us know the questions asked in any of your previous interview.
Any input from you will be highly appreciated and It will unlock the application for 10 more requests.
Company Name:
Questions Asked: