What is the Super Class of Exception in java?
Answer Posted / sandeep pal
Exception is the super class for all exception
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
how do i add a column dynamically in a table by using java application?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
How to call a C++ function which is compiled with C++ compiler in C code?
can we use commit,rollback in triggers and how?
write a sql qwery which include joining of two tables 4 marks mainframe
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
i am exeprienced person what is selection process
What is autocall macro and how to create autocall macro? what is the use of it?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
What is ur porject Architecture? If anyone ask what i have to specify here..
Find out the roles which gives access to all tables in SAP? Thanks in advance.
Is buffer size and file block size is similar? If similar,at which case it will be same size?
how do i create my own exception class which will restrict IO exception?
how can we implement locks in plsql?