Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What classes of exceptions, caught by a catch clause?



What classes of exceptions, caught by a catch clause?..

Answer / niranjanravi

A catch clause can catch any exception that is assigned to
the throable type.It includes both run time errors and
exceptions.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Core Java Interview Questions

what do you meant by Platform-Independent?

6 Answers   Persistent,


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


whats the purposr of using serialization?

6 Answers  


how are methods defined?

0 Answers  


Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

3 Answers  


What is methodological theory?

0 Answers  


What is the role of the java.rmi.naming class?

0 Answers  


Are the equals() and hashCode() protected methods of object class?

1 Answers   Avaya,


What are the advantages of compiled language?

0 Answers  


Why generics are used in java?

0 Answers  


how we can write the string concatenation program in java.

3 Answers  


What is difference between float and double?

0 Answers  


Categories