Answer Posted / manikandansit
yes we can.
class test
{
public static void main(String []adsfdasf)
{
try
{
try
{
}catch(Exception e)
{
}
}catch(Exception e)
{
}
}
}
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is functional interface in java?
What happens if we override only equals?
What is the difference between throw and throws in java?
How do you reverse sort in java?
What are the types of inner classes (non-static nested class) used in java?
Tell us something about different types of casting?
What are the various access specifiers in java?
Is zero a natural number?
What is the default value of local and global variables?
What happens if we don’t override run method ?
How java is similar to c?
Objects or references which of them gets garbage collected?
Is string an object?
Differentiate between overriding and overloading cases?
How many types of constructors are used in java?