i am interested in to know how this limitation is defined. is this 500.000 java instructions?
Code: Select all
for (int i = 0;i<500000;i++)
now limit reached?

thx for answer
Code: Select all
for (int i = 0;i<500000;i++)
Code: Select all
for (int i = 0;i<500000;i++)