What is the Super Class of Exception in java?
Answer Posted / shazeem syed
Throwable is the super class of Exception.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Outline the two important features of a terminating recursion. Any ideas?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
I want Ada programming language books. Could anyone post me any link for that?
why not instantiating servet using new operator?
what is woransient key word? how it is used in java
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?
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
what is difference between object oriented programming structure and object oriented programming system?
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.