When should we create our own custom exception classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}

4 Answers  


What is procedure writing?

0 Answers  


How do you escape in java?

0 Answers  


why we r not use pointers in corejava?

2 Answers   Samsung,


Explain when classnotfoundexception will be raised ?

0 Answers  






Can you call a private data from an inner class?

6 Answers  


Is string a wrapper class?

0 Answers  


Can we override private method?

0 Answers  


Can subclass overriding method declare an exception if parent class method doesn't throw an exception?

0 Answers  


Explain about automatic type conversion in java?

0 Answers  


Can we override constructor in java?

0 Answers  


What is dynamic dispatch in java?

4 Answers  


Categories