What classes of exceptions, caught by a catch clause?
A catch clause can catch any exception that is assigned to
the throable type.It includes both run time errors and
exceptions.
Is This Answer Correct ? | 1 Yes | 1 No |
How do you clear a method in java?
What is static class
what is the use of clone method? why user cant overwrite in sub class without its proper defination.
How long will it take to learn java?
How many bits does a boolean take?
What is the generic class?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
explain about jre and jvm
Why array is used in java?
What are the drawbacks of reflection?
How to perform bubble sort in java?
Is null function in java?