What is the Super Class of Exception in java?
Answer Posted / samar
Throwable is the super class of exceptions in java.
| Is This Answer Correct ? | 108 Yes | 10 No |
Post New Answer View All Answers
what are other resources are needed for this mantis?
what are the topics choosen for jam round for interviews
how to remove header and footer in jcl using sort utility
What is web.configuration? how is it work? & wht is use this?
what is d main diff between the java and .net framework
What are two of your strengths that you will bring to our QA/testing team?
it is a language or tools?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
how do i create my own exception class which will restrict IO exception?
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
what is best way to create a Thread class & why?
Explain polymorphism. Provide an example.
how do i add a column dynamically in a table by using java application?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.