what is Vector class?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
vector class is from java.util package and all the methods
are synchronized and is a legacy class.and is a growable array
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / janet
The Vector class provides the capability to implement a
growable array of objects
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain difference between final, finally and finalize?
please send code example of inner classes?
What is an example of character?
What is called module?
What is sizeof () operator?
How to set the permissions to a file in java?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is size of int in java?
What is parseint?
What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).
2 Answers Infinite Computer Solutions, TCS,
can you create interface instance ?
What is bubble sorting in java?