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
Is array dynamic in java?
Differentiate between postfix and prefix operators in java.
Explain the transient field modifier?
What is public static void main?
What do you understand by copy constructor in java?
What mechanism does java use for memory management?
What is the generic function?
What are the 4 types of research methods?
What is remote method invocation (rmi)?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Why does java have two ways to create child threads? Which way is better?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Is multiple inheritance supported by java?
What is the difference between a scrollbar and a scrollpane?
What are the advantages of java?