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 |
Which method will get invoked first in a stand alone application?
Can we execute a program without main() method?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
How can we make a class singleton?
what is synchronization and why is it important? : Java thread
What are the advantages of autoboxing?
What is the gregoriancalendar class in java programming?
What is empty list in java?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
how to make a un-checked exception as a checked exception one.
How are java objects passed to a method and what are native methods?
How do you check if a string is lexicographically in java?