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
What does business logic mean?
What is a nested structure?
Is static a keyword in java?
What is variable declaration and definition?
What is a instance variable?
How java uses the string and stringbuffer classes?
What is the meaning of I ++ in java?
Do I need java on my pc?
Is java map thread safe?
How to handle a web browser resize operation?
Why are lists ordered in java?
What is a class component?
How dead lock situation occurs in java and how you can identify it?
What happens when a thread cannot acquire a lock on an object in java programming?
What is the difference between a factory and abstract factory pattern?