What is the Super Class of Exception in java?
Answer Posted / gayatri das
Throwable class is the superclass of all the exception
class in java.
| Is This Answer Correct ? | 69 Yes | 5 No |
Post New Answer View All Answers
what are stubs related to foxpro?
How to set fixed width in particular
how can i split string in a textbox in windows appication using C#.net
how do i create my own exception class which will restrict IO exception?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
purpose of abstraction and interface
How to call a C++ function which is compiled with C++ compiler in C code?
how does database connection using ADO.NET?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
what are the 3 forms of a prolog term
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.
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?