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 synchronized method modifier?
What is a byte string?
What are the advantages of compiled language?
What is considered an anti pattern?
Do extraneous variables affect validity?
What is super keyword explain with example?
Does java support multiple inheritances?
State some advantages of java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
How to retrieve data from database in java using arraylist?
How is garbage collection controlled?
How do you break a loop?
Is math class static in java?
Which programming language is most secure?
What is difference between equals and hashcode method?