Answer Posted / nikhil shah
Ans 1: Vector and ArrayList are growable or shrinkable
where as Array is not.
Ans 2: Array is not a primitive data type in java but it is
referenced data type.
Ans 3:Vector is implemented from list Interface
| Is This Answer Correct ? | 52 Yes | 11 No |
Post New Answer View All Answers
What is pre increment and post increment in java?
What is meant by overloading?
How do you reverse sort a list in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Is java a pure object oriented language?
What is the inheritance?
Can we write method inside a method in java?
What is constructor chaining in java?
What is difference between core java and java ee?
What is the difference between int and integer in java?
What is the memory leak in java?
What programs use java?
Can a class be private or protected in java?
Can a constructor be made final?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx