Answer the question
In order to leave comments, you need to log in
Where do 23500 objects of type char[] come from in an empty java application?
Launched an empty java application:
public class FApp
public static void main(String[] args)
{
int x = 1;
while (true) {
x++;
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question