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 is web service in java? have u use before.
what is the last ant version you worked?how to get it
I am work in it aompenei
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
When will you use shell script/Perl ahead of C/C++?
what is meaning of MDM in sap?let me know that meaning
what is best way to create a Thread class & why?
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!
in teradata level primary in table level allows duplicates why?
why we use abstract word in abstract window toolkit in java language.
what is delimiter in sas ?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Can we write a method in JSP.If so how?
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?
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain