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
what is the difference between a threads start() and run() methods? : Java thread
What are predicates in java 8?
Is a boolean 1 bit?
What is this () in java?
What is the default size of load factor in hashing based collection?
Is 0 an even number?
What are the wrapped, classes?
Can you declare an interface method static?
Write a java program to print fibonacci series?
What is a consumer in java?
What is the syntax and characteristics of a lambda expression? Explain
How to perform selection sort in java?
What are scalar data types?
How can an object be unreferenced?
Can we use string in the switch case?