Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Java
10.4k+ articles
Java-Functions
4.1k+ articles
Java Programs
2k+ articles
Java-lang package
390+ articles
java-basics
310+ articles
Java Examples
230+ articles
Java Quiz
92 articles
Java-Exceptions
84 articles
Exception Handling
32 articles
java-Throwable
12 articles
Java-Exception Handling
53 posts
Popular Articles
Recent Articles
How to Solve java.lang.NoSuchMethodError in Java?
Last Updated: 28 July 2021
A java.lang.NoSuchMethodError as the name suggests, is a runtime error in Java which occurs when a method is called that exists at compile-t
...read more
Java
Java-Exception Handling
Picked
Java Program to Handle the Exception Methods
Last Updated: 17 November 2020
An unlikely event which disrupts the normal flow of the program is known as an Exception. Java Exception Handling is an object-oriented way
...read more
Java
Technical Scripter
Java-Exception Handling
Java Programs
Technical Scripter 2020
Java Program to Handle the Exception Hierarchies
Last Updated: 16 June 2021
Exceptions are the events that occur due to the programmer error or machine error which causes a disturbance in the normal flow of execution
...read more
Java
Technical Scripter
Java-Exception Handling
Java Programs
Technical Scripter 2020
Similar Topics
Java
10.4k+ articles
Java-Functions
4.1k+ articles
Java Programs
2k+ articles
Java-lang package
390+ articles
java-basics
310+ articles
Java Examples
230+ articles
Java Quiz
92+ articles
Java-Exceptions
84+ articles
Exception Handling
32+ articles
java-Throwable
12+ articles
Throwable addSuppressed() method in Java with Examples
Last Updated: 29 May 2021
The addSuppressed?(Throwable exception) method of a Throwable class used to append the exception to the exceptions that were suppressed in o
...read more
Java
Java-Exceptions
java-basics
Java-Exception Handling
Java-Functions
java-Throwable
Throwable toString() method in Java with Examples
Last Updated: 06 February 2019
The toString() method of Java.lang.Throwable class used to return a String representation of this Throwable which consists of the name of th
...read more
Java
Java-Exceptions
Java-lang package
Java-Exception Handling
Java-Functions
java-Throwable
Throwable initCause() method in Java with Examples
Last Updated: 17 April 2023
The initCause() method of Throwable class is used to initialize the cause of this Throwable with the specified cause passed as a parameter t
...read more
Java
Java-Exceptions
Java-Exception Handling
Java-Functions
java-Throwable
Throwable getLocalizedMessage() method in Java with Examples
Last Updated: 12 April 2023
The getLocalizedMessage() method of Throwable class is used to get a locale-specific description of the Throwable object when an Exception O
...read more
Java
Java-Exceptions
Java-lang package
Java-Exception Handling
Java-Functions
java-Throwable
Run-Time Stack Mechanism in Java [Use the updated images]
Last Updated: 22 December 2021
Prerequisite: Exceptions in JavaFor every thread, JVM (Java virtual machine) creates a run-time stack.Each and every call performed in a thr
...read more
Java
Java-Exceptions
Java-Exception Handling
Output of Java Programs | Set 41 (try-catch)
Last Updated: 21 August 2021
Prerequisite : try-catch, Exception Handling1. What will be the output of the following program?[tabby title="Java"][sourcecode language="ja
...read more
Java
Java-Output
Java-Exception Handling
Java | Exception Handling | Question 8
Last Updated: 28 June 2021
Predict the output of the following program.[sourcecode language="Java"]class Test{ int count = 0; void A() throws Exception {
...read more
Exception Handling
Java-Exception Handling
Java Quiz
Java | Exception Handling | Question 7
Last Updated: 28 June 2021
Predict the output of the following program.[sourcecode language="Java"]class Test{ String str = a; void A() { try {
...read more
Exception Handling
Java-Exception Handling
Java Quiz
Java | Exception Handling | Question 6
Last Updated: 28 June 2021
[sourcecode language="JAVA"]class Test{ public static void main(String[] args) { try { int a[]= {1, 2, 3, 4};
...read more
Exception Handling
Java-Exception Handling
Java Quiz
Java | Exception Handling | Question 8
Last Updated: 30 September 2018
[sourcecode language="JAVA"]class Test{ public static void main (String[] args) { try { int a = 0;
...read more
Exception Handling
Java-Exception Handling
Java Quiz
Java | Exception Handling | Question 4
Last Updated: 28 June 2021
[sourcecode language="Java"]class Base extends Exception {}class Derived extends Base {}public class Main { public static void main(String
...read more
Exception Handling
Java-Exception Handling
Java Quiz
Java | Exception Handling | Question 3
Last Updated: 28 June 2021
Output of following Java program?[sourcecode language="Java"]class Main { public static void main(String args[]) { int x = 0; in
...read more
Exception Handling
Java-Exception Handling
Java Quiz
First
1
2
3
4
>>
Last
First
1
2
3
4
>>
Last
First
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !