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
< No Frames > tag is used for
When will you use shell script/Perl ahead of C/C++?
Which method protects back button to retrieve old value from previous page in Struts.
what are the advantages of sap on other software ?
What is SOLID Principle in Programming Language?
Diff between IF and where ?
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
it is a language or tools?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
what do u mean by tagging
how does database connection using ADO.NET?
How to print No.of.rows affected after updation using ADO.Net
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.