Core Java - Interview Questions and Answers for 'Throwable' | 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 'Throwable' - 2 question(s) found
- Order By Newest
Q1.
What things should be kept in mind while creating your own exceptions in Java?
Core Java
Ans. All exceptions must be a child of Throwable.
If you want to write a checked exception that is automatically enforced by the Handle or Declare Rule, you need to extend the Exception class.
You want to write a runtime exception, you need to extend the RuntimeException class.
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 java   exceptions   exception handling   user defined exceptions   throwable   architecture   library development   technical architect   technical lead
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Related Questions
What are the benefits of using Spring Framework ?
What are various types of Class loaders used by JVM ?
Difference between SAX and DOM Parser ?
Difference between C++ and Java ?
Different types of memory used by JVM ?
How substring() method of String class create memory leaks?
What are LDAP servers used for ?
What is the best practice configuration usage for files - pom.xml or settings.xml ?
Why Web services use HTTP as the communication protocol ?
Q2.
What is Throwable ?
Core Java
Ans. Throwable in java is a class that is the superclass of all exceptions and errors which may occurs in java program.It extends obcect class.
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 exception handling   throwable
Asked in 1 Companies
basic
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Related Questions
What things should be kept in mind while creating your own exceptions in Java?
Difference between Checked and Unchecked exceptions ?
Explain throw, throws , try and catch in Java ?
Differences between class not found exception and noclassdef found error ?
Is it necessary that each try block to be followed by catch block ?
What is exception propogation ?
Can we have try and catch blocks within finally ?
When does the finally block gets executed ?
When is the situation when finally section won't execute ?
How does a try statement determine which catch clause should be used to handle an exception?
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: