Is it possible to create Userdefined Unchecked Exception
also?If Yes, give an example?
Answers were Sorted based on User's Feedback
Answer / saf
You can create unchecked exception by inhereting
RuntimeException class. Spec does not say that we can't do
it but it is advisable to go for custom checked exception
| Is This Answer Correct ? | 17 Yes | 2 No |
What is use of a abstract variable?
What are the standards to place package statement within a source code file?
What are instance variables?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is the relationship between class and object?
How would you format a date in java? I.e. In the ddmmyyy format?
How many bits is a float?
What will happen to the exception object after exception handling?
Can we have a method name same as class name in java?
What are internal variables?
My interview asked what is dynamic variable in java and where we use them.
How many types of string data types are there?