Can we have multiple catch block for a try block?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between overloading and overriding?
what is the difference between abstract class and Interface?where we can use it in realtime projects?
23 Answers Agile Software, Cognizant, IBM, Innodata, Logica CMG, Mitosis, Nagarro, Value Chain,
What is the difference between the paint() and repaint() methods?
How many bytes is double?
What is difference between static class and singleton pattern?
How can we achieve IPC in JAVA?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
how to compile jsp?
How can you share data between two thread in Java?
How multipleInheritance is possible in java?
When does Exception occurs?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?