Search:

Type: Posts; User: Mr.777

Search: Search took 0.12 seconds.

  1. Replies
    14
    Views
    3,697

    Re: Please help ArrayList Question

    Alright Kevin. Thanks. Well, atleast i got some new knowledge coz of you.
    Thanks alot.
    Thanks Junky.
  2. Replies
    14
    Views
    3,697

    Re: Please help ArrayList Question

    Oh yeah if this is the fact then yes arrays can have multiple types. So, ignore the point, Arrays can store only single type elements.

    So Kevin, don't you think, elements and objects are different...
  3. Replies
    14
    Views
    3,697

    Re: Please help ArrayList Question

    int [] arr = new int[10];

    What do you say about this?
  4. Replies
    14
    Views
    3,697

    Re: Please help ArrayList Question

    Well, arrays of primitive types, not of some defined objects.
  5. Replies
    14
    Views
    3,697

    Re: Please help ArrayList Question

    Additional to Kevin's answer: Well, in easy words though:)
    1. Arrays are non resizable
    2. Arrays store only single data type values(Say Elements).
    3. ArrayLists are resizable.
    4. ArraLists can...
Results 1 to 5 of 5