|
-
Jul 9th, 2002, 01:49 PM
#1
Thread Starter
New Member
arrays
Has anyone written their own custom array class for use in JSP? May be for multidimensional arrays.
-
Jul 10th, 2002, 08:05 PM
#2
Hyperactive Member
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
-
Jul 10th, 2002, 08:16 PM
#3
Thread Starter
New Member
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.
-
Jul 10th, 2002, 08:19 PM
#4
Hyperactive Member
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
-
Jul 11th, 2002, 08:10 AM
#5
Thread Starter
New Member
You know where I can find a good class?
-
Jul 15th, 2002, 09:52 PM
#6
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|