what is difference between throw and throws in exception?
Answer Posted / sakariya vikram
through is user defind exception this is created by user and
throughs is a jvm(system) defined exception.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can a static class have a constructor?
Explain naming conventions for packages?
What is the difference between equals() and?
What do you mean by JVM?
What are the two types of exceptions in java? Which are the differences between them?
Can we override a variable in java?
What is the difference between preemptive scheduling and time slicing in java programming?
difference between byte stream class and character stream class?
Can we have a try block without catch block?
Explain about the main() method in java?
Difference between abstract and concrete class ?
What is the difference between a static and a non-static inner class in java programming?
How do you declare a destructor in java?
What do you understand by a Static Variable?
Which is faster set or list in java?