Array of bean objects

Can anyone give me some sample code displaying how to create an array of bean objects....thanks in advance
[113 byte] By [zaxxon25a] at [2007-11-26 19:05:45]
# 1
Do you mean like this:Bean[] beans = new Bean[many];
DrLaszloJamfa at 2007-7-9 20:56:19 > top of Java-index,Java Essentials,Java Programming...
# 2
Basically i have to iterate through my query in model class and each iteration i want to store in bean object and ultimately return as array of beans from method.
zaxxon25a at 2007-7-9 20:56:19 > top of Java-index,Java Essentials,Java Programming...
# 3
Okay. Is there a question?
DrLaszloJamfa at 2007-7-9 20:56:19 > top of Java-index,Java Essentials,Java Programming...