What class is used to implement a Throwable array?
Answers were Sorted based on User's Feedback
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 |
In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?
How many methods does cloneable interface contains?
How do we make a class serialize?
What is parsing and its types?
What is meant by the value of a variable?
Using callable statement how can you pass out parameters, explain with example?
Why javac is not recognized?
How to print nodes of a Binary tree?
Can we call the Thread.sleep in Synchyronozed block?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is the difference between dom and sax parser in java?
What is synchronization? How it can be achieved?