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 |
why applet doesn't have main? isn't possible a program with out main?
What flag up means?
Why are strings immutable in Java?
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 object class in java?
What is keyword in oop?
what is the difference between AWT and SWING what is the advantage of using swing?
Can you have an inner class inside a method and what variables can you access?
Name some classes present in java.util.regex package.
JVM is platform independent or depeneded?
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"); } }
what is custom tags with example?