if i know the lenght of collection in hand, should I use Array or Arraylist? justify
Answer / guest
If lenght of collection is known Array is prefered to use
because Arraylist is resizable where as array has constant
size and array is more faster than ArrayList.
| Is This Answer Correct ? | 13 Yes | 0 No |
Can I run seam outside of jboss as?
What is the argument type of a programs main() method?
How JNDI is used in JMS ?
What is colon_pkg_prefixes and what is its use?
Where can I find seam examples and documentation?
what are the activation groupworks?
whats is stored procedure,joins
How to determine applet?s height and width?
Explain the purposes of methods wait(), notify(), notifyAll ()?
what about static?
What is the difference between the string and stringbuffer classes?
When a thread blocks on i/o?