what is difference between throw and throws in exception?
Answer Posted / ankur
throw is done manually where as throws is done by jvm
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a constructor call the constructor of parent class?
How listener identify that the event came from a particular object?
What is the use of singleton?
What is t in parametric equations?
Explain hashset and its features?
What's the difference between an abstract class and interface in java?
What is the default size of load factor in hashing based collection?
Explain about data types?
Why is a string immutable?
What are the parts of methodology?
What is difference between module and function?
What about main thread in java?
What is an association?
Why is java architectural neutral?
Can substring create new object?