Answer Posted / srikanth
if u are devloping code then some where in line no we may
get exception
in order to catch that exception we use try and catch
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How will you add panel to a frame?
What is default locale java?
What is difference between string and stringbuffer?
Is int primitive data type?
Why is a string immutable?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What are the various access specifiers for java classes?
Can we create our own wrapper class in java?
What are the advantages of defining packages in java?
In a container there are 5 components. I want to display all the component names, how will you do that?
What is difference between hashset and hashmap?
What does string intern() method do?
What is an example of a keyword?
What means public static?
Can we modify the throws clause of the superclass method while overriding it in the subclass?