What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
No Answer is Posted For this Question
Be the First to Post Answer
Name and explain the types of ways which are used to pass arguments in any function in java.
explain the difference between jdk and jvm?
What is boolean in java?
What is hashmap in java?
Can multiple catch statements be used in exceptions ?
how your day start in your company
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
waht happens when a return type ,even void is specified for a constructor?
what is the difference b/w design pattern and architecture
What is hashset in java?
What is the private method modifier?
What is the purpose of garbage collection in java?