Answer Posted / sayyad khalid
User defined a class from Exception class.
Creates its own exception using that class.
which is user dependent is called User Defined exception.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we call thread start () twice?
What is jpa specification?
Can sleep() method causes another thread to sleep?
Can a constructor call the constructor of parent class?
Can a class have multiple superclasses?
How to obtain a performance profile of java program
Explain about class in java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is the right data type to represent a price in java?
What are anonymous inner classes?
What is exception in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What are the 6 functions?
What does java ide mean?
What is the final field modifier?