how to input manage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sushila
    New Member
    • Aug 2007
    • 1

    how to input manage

    is java cover file concept,how?
    i want to take aprox. 100 or more instrution as a input which one is sutable--
    arraylist,vecto rlist?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sushila
    is java cover file concept,how?
    i want to take aprox. 100 or more instrution as a input which one is sutable--
    arraylist,vecto rlist?
    Read the API docs for ArrayList class and Vector and see for yourself.

    P.S Vector is old.

    Comment

    Working...