What happens if an exception is not caught?
Answer Posted / syed mustafa
Run time error
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Where we write javascript code in html page?
Why enumeration is faster than iterator?
Are global variables initialized to zero?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Can you inherit a constructor java?
Explain scope or life time of local variables in java?
What happens if a constructor is declared private?
Explain different states of a thread in java?
If you are given the name of the function at run time how will you invoke the function?
Is int a class in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What are the differences between string and stringbuffer?
What does main method?
Can inner class final?
Can we declare an array without size in java?