Results 1 to 6 of 6

Thread: arrays

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    3

    arrays

    Has anyone written their own custom array class for use in JSP? May be for multidimensional arrays.

  2. #2
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    you could if you wrote a wrapper for a vector and perform an isinstaceof ClassName check on every element added to the list for object arrays, or you could used a string and have primitive values stored in it and delineated by some abritray character

    what are you asking?
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    3
    I'm looking for something that has more features than the one available as a class in jdk. Features like giving an index and get the value or have an add feature which inserts elements at the end? Maybe remove. Or be able to have them multi-dimensional.

  4. #4
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    oh are you talking about Array as in "float [] [] []" or some Array class (which i've never used nor seen, but have heard of i think...)?
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    3
    You know where I can find a good class?

  6. #6
    New Member
    Join Date
    Jun 2002
    Posts
    8
    if u need help with arrays check out www.java.sun.com and look up the arrays. It will tell you all the crazy thing imaginable with an array

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width