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
What is the difference between a method and a function in alice?
What is difference between string and new string?
What is singleton class in java and how can we make a class singleton?
How does system arraycopy work in java?
Differentiate between array list and vector in java.
how come we know the object is no more used in the class?
Do we have pointers in java?
Name few java util classes introduced with java 8 ?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Why method overriding is used?
Should a main method be compulsorily declared in all java classes?
Why we override equals() method?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
please send me hr interview questions in it industry
How many types of interfaces are there?