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 is woransient key word? how it is used in java
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
how many types of operating system are avaliable?
smal talk is pure object oriented or not?
what will we require to build project with the help of oracle
What is BASIS
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
in teradata level primary in table level allows duplicates why?
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?
Define Form modules, Class modules and Standard modules
shall we execute our java programmes in jre
Any real time example of O2C process from taking order till creating invoice.
how to convert infix expression to prefix expression?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared