What classes of exceptions, thrown by a throw statement?
Answers were Sorted based on User's Feedback
Syntax for throw is:
throw throwableinstance;
Here the throwableinstance must be an object of type
Throwable or sub-class of Throwable.Simple types such as
int or char as well as non-Throwable types such as String
or object can't be assigned to throw.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to crate clint-server socket?
1 Answers Accenture, Infosys, Infotech, TCS,
What is wrapper class html?
Explain listiterator and methods in listiterator?
What is the difference between size and length in java?
What is the difference between multitasking and multithreading in Java
0 Answers Sans Pareil IT Services,
Why do we use bufferedreader?
What is constructor and virtual function?
What is the difference between multiple processes and multiple threads?
explain Anonynous inner class?
What is the difference(or similarity if there are some) between object and a variable?
Can we place the any object to key attribute of HashMap<key,value>?
what is the main class of all the classes