...
> I'm facing some problem to generate random numbers in dynamic
>array which should have 2 columns and multiple rows.
What problems?
>..and also the
>server should generate the numbers.
Interesting. Feel free to drop back in, when, or if
you have any questions.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
ruds - 11 Apr 2007 05:10 GMT
hi,
For dynamic array you need to use ArrayList or Vector.
And to generate numbers randomly try using Random class of Math
package.