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
Why java is object oriented?
Explain how can you debug the Java code?
Mention a package that is used for linked list class in java.
Whats the difference between notify() and notifyall()?
How to create a base64 decoder in java8?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
How do you implement tree mirroring in java?
Tell me how many ways are there to initialise an integer with a constant.
What are assembly attributes?
What java ide should I use?
What is the syntax and characteristics of a lambda expression?
How to access arraylist elements in java?
What is the difference between sleep and wait in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is skeleton and stub?