Answer Posted / vikas
Exception is a class available in java.lang package and has
many subclasses.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of inheritance in java?
Is ++ operator is thread safe in java?
How do you detect memory leaks?
What is a boolean used for?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Is Constructor possible in abstract class in java ?
What happens if we override only equals?
Can we use this () and super () in a method?
What is native code?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is initial size of arraylist in java?
Which class should you use to obtain design information about an object in java programming?
Does the order of public and static declaration matter in main method?
What is another word for methodology?
Are private methods final?