Is multiple try block is possible in single java
Application......
Answers were Sorted based on User's Feedback
Answer / srinu
yes its possible.its working when multiple try blocks are
followed by catch blocks
Is This Answer Correct ? | 2 Yes | 0 No |
What value does readline() return when it has reached the end of a file?
what is a non-repeatable read?
what is the use of State Factories?
Why is string immutable in java?
Why doesn’t the focus feature on the tag work in every circumstance?
What is the infobus?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the difference between RMI registry and OS Agent?
What are JTA/JTS and how they used by client?
To identify IDL language what mapping mechanism is used?
What is in-memory replication?
Is the ternary operator written x : y ? Z or x ? Y : z ?