What is the Super Class of Exception in java?
Answer Posted / ramesh
super class of exception is Throwable
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
write a sql qwery which include joining of two tables 4 marks mainframe
Difference of Console, web & windows applications?
how do i create my own exception class which will restrict IO exception?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
Plz sent me in .net 2.0 interview Question & answers?
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
5. How do you round the addition or subtraction of two numbers in assembler?
Write a program to find factorial of a number using functions
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Explain polymorphism. Provide an example.
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there