views:

65

answers:

0

Im writing a program that creates an array of classes that run separately. I want to create an array of 500 containing a big class.

Whenever i write the loop to create it, it stops at about 30 or so... is there a limit on java or bugging in my program?