|
-
Dec 31st, 2001, 11:06 AM
#1
Thread Starter
Member
1. You can't resize an array; the simplest solution is to use a Vector (java.util.Vector, look at the Javadocs to figure out how to use it)
2. Same problem; since you can't dynamically size the array you either have to recopy it to an array with length + 1 or use another class like Vector.
3. Packages and classes are two completely separate things; I don't understand what you mean.
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
|