Answer Posted / luckystarjava
Exception is an event occur-ed during the execution of the
program because of the abnormal behavior of the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class and its types?
What is string buffer?
Why is string buffer better than string ?
What is stack class in java?
What language is pass by reference?
Is a copy constructor?
What is the difference between static (class) method and instance method?
Is set thread safe java?
In the below example, how many string objects are created?
What are sets in java?
Explain covariant method overriding in java.
How many types of methods are there in java?
How much ram can a 64 bit processor theoretically?
Why can't we use static class instead of singleton?
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?