English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Compile time link time deploy time runtime how many times does java have? How do you find the meaning of errors?

2006-12-09 16:35:26 · 2 answers · asked by Anonymous in Computers & Internet Software

2 answers

When an error occurs within a method, the method creates an object and hands it off to the runtime system. The object, called an exception object, contains information about the error, including its type and the state of the program when the error occurred. Creating an exception object and handing it to the runtime system is called throwing an exception.

After a method throws an exception, the runtime system attempts to find something to handle it. The set of possible "somethings" to handle the exception is the ordered list of methods that had been called to get to the method where the error occurred. The list of methods is known as the call stack

check the url it has it all

2006-12-12 15:26:41 · answer #1 · answered by srihari_reddy_s 6 · 0 0

MIGHT BE THE PROBLEM IS YOU DON'T HAVE JAVA AND UR TRYING TO OPEN SOMETHING WHICH NEEDS JAVA TO BE OPENED

2006-12-09 22:16:22 · answer #2 · answered by sonam_tuteja 2 · 0 0

fedest.com, questions and answers