What class is used to implement a Throwable array?

Answers were Sorted based on User's Feedback



What class is used to implement a Throwable array?..

Answer / smitha

I think there is a correction in question .
Its growable array

Ans: Vector and ArrayList

Is This Answer Correct ?    4 Yes 1 No

What class is used to implement a Throwable array?..

Answer / janet

Vector
LinkedList
Stack

Is This Answer Correct ?    1 Yes 0 No

What class is used to implement a Throwable array?..

Answer / guest

Exception

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

can we create instance for interface in java?

4 Answers  


What are facelets templates?

1 Answers  


What are the ways to instantiate the class class?

1 Answers  


Can we sort list in java?

1 Answers  


Is array a class?

1 Answers  


What environment variables do I need to set on my machine in order to be able to run java programs?

1 Answers  


Which keyword specify that a variable is effectively final ?

1 Answers  


how cani read a command line argument?(usingfile object).

3 Answers  


There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?

6 Answers   KPIT,


What do you understand by the term polymorphism?

1 Answers  


Mention some interfaces implemented by linked list in java.

1 Answers  


Can Java be said to be the complete object-oriented programming language

1 Answers  


Categories