Answer Posted / niranjanravi
An Exception is a mild error conditon that your program
encounters.An Exception can be caught and recoverable.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why do we override tostring method in java?
What are different types of constants?
What is module in project?
When is update method called?
What is difference between next () and nextline () in java?
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.
What is a prefix function.write down a code to compute prefix function.
What is string value?
In case of inheritance what is the execution order of constructor and destructor?
What is the meaning of find and replace?
Is map ordered in java?
When does a class need a virtual destructor?
What are loops in java? What are three types of loops?
Is string a data type in java?
Explain different ways of creating a thread. Which one would you prefer and why?