What is the Super Class of Exception in java?
Answer Posted / rajeshwari
super class or base class for Exception and Error is Throwable
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
what is delimiter in sas ?
can we retrieve only integer/String type columns from a table,if yes how?
can any method return type may be constructor , or that method name allow
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
how does database connection using ADO.NET?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
pleasew define carrier scope in abap (sap).
how to convert hashmap to arraylist with iteration
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
write a sql qwery which include joining of two tables 4 marks mainframe
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
sample code for data transfer between two r/2 systems and r/3 systems?
what is the difference between an OS(operating system) and Framework?
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.