Creating lots of arrays

Posted by Dmitry on Stack Overflow See other posts from Stack Overflow or by Dmitry
Published on 2010-03-20T09:02:59Z Indexed on 2010/03/20 9:11 UTC
Read the original article Hit count: 328

Filed under:

Hello, everybody!

May be that is a stupid question. How to create, say, 30 arrays (it doesn't matter of what type, say, char[])? It seems to me that it is not a good idea, to create them one by one by hand. I want to do that using a "for" cycle, but how should I specify identifiers?

© Stack Overflow or respective owner

Related posts about java