What will happen if we write code like:
try{}catch(exception e)catch(IOException i)
Answer Posted / guest
It will not compile.
| Is This Answer Correct ? | 26 Yes | 8 No |
Post New Answer View All Answers
Explain about method local inner classes or local inner classes in java?
How large is a boolean?
What is meant by anonymous class?
How do you find the absolute value?
How does list work in java?
Is zero a positive integer?
what are different ways in which a thread can enter the waiting state? : Java thread
What is thread safe singleton?
Explain constructors and types of constructors in java.
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is nested interface?
Can java object be locked down for exclusive use by a given thread?
What is the difference between static and global variables and also define what are volatile variables?
How do you break a loop?
What is a native method in java programming?