wht is customised exception?
Answer / cool_duzz
extending exception class and put your own handler.
| Is This Answer Correct ? | 8 Yes | 1 No |
What is null data type?
What does \ mean in regex?
What are different types of Exceptions?.
What are the new features in java 8? Explain
If a class is declared without any access modifiers, where can the class be accessed?
What is the difference between Abstract Class and Interface
What is ascii code?
What does ide stand for?
What is the preferred size of a component?
Explain inheritance in java?
int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;
What is the arraylist in java?