Answer Posted / ravikiran(aptech mumbai)
using try catch
using throws for delegation of exceptions
using throw to define an exception
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is heap stored in ram?
Can a class with private constructor be extended?
What are kinds of processors?
What are jee technologies?
What is the default value of float and double datatype in java?
What is a singleton class? Give a practical example of its usage.
What are actual parameters?
Can you declare a private method as static?
What is a parameter used for?
Can you use abstract and final both with a method?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
How do you check if a string contains only numeric digits?
What does business logic mean?
What does 3 dots mean in java?
What is complexity and its types?