What are the similarities between an array and an ArrayList?
Answer Posted / manikandan [ gtec,vellore ].
both array and arraylist can store a duplicate elements in
un ordered way.
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Which is easier netbeans or eclipse?
What is bubble sorting in java?
Explain the difference between call by refrence and call by value?
Why does java not support pointers?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
Which oo concept is achieved by using overloading and overriding?
What is the program compilation process?
Is double bigger than float?
What is java instanceof operator?
Can we make main() thread as daemon?
What is the use of toarray () in java?
Is linkedlist thread safe in java?
How we can run a jar file through command prompt in java?
What is meant by singleton class?