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 |
What are the differences between the constructors and methods?
if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...
how session will be expired?
What is a boolean structure?
Why synchronization is important in java?
What is boolean query?
What is the null?
Explain the difference between extends thread vs implements runnable in java?
What is the difference between Synchronizing mehtod & Synchronizing block?
Why local variables are stored in stack?
What does localhost mean?
What is the difference between serializable and externalizable interfaces?