Keywords in Exceptions?

Answers were Sorted based on User's Feedback



Keywords in Exceptions?..

Answer / shakir khan

try,catch,finally,throw,throws

Is This Answer Correct ?    7 Yes 0 No

Keywords in Exceptions?..

Answer / she

try,catch,throw,throws,finally

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


What are the benefits of immutable objects?

0 Answers  


can anyone explain me the concept of autoboxing?

3 Answers  


How many types of keywords are there?

0 Answers  






What is the difference between the boolean & operator and the && operator in java programming?

0 Answers  


Explain about doubly linked list

0 Answers   Aditi Placement Service,


Java.util.regex consists of which classes?

0 Answers  


Explain about vector, dictionary,hash table, property classes?

1 Answers   Patni,


What are the advantages of unicode?

0 Answers  


Java is pass by value or pass by reference? Explain

0 Answers  


Mention the default values of all the elements of an array defined as an instance variable.

0 Answers  


Categories