wht is customised exception?
Answer Posted / cool_duzz
extending exception class and put your own handler.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the two types of streams offered by java 8?
How does split work in java?
Explain the difference between serializable and externalizable in java?
What are encapsulation, inheritance and polymorphism?
What is the reason behind using constructors and destructors?
What is the difference between declaration and definition in java?
Explain polymorphism citing an example.
What is difference between iterator access and index access?
What is string in java?
What does string [] args mean?
What does split function do in java?
What is the access scope of protected access specifier?
What is the difference between preparedstatement and statement in java?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is the difference between throw and throws keywords?