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
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
What is function overriding and overloading in java?
how to split string in java?
Can a constructor call the constructor of parent class?
What is encapsulation? Elaborate with example?
Can we define private and protected modifiers for the members in interfaces?
What does exp mean in math?
What is polymorphism java example?
Why stringbuffer is faster than string?
Distinguish between a predicate and a function?
Difference between character constant and string constant in java ?
What are the interfaces defined by Java.lang package?