Is there any way i can take what was printed to the screen in java and store it as a String?
something like
String name = last printed statement;
Is there any way i can take what was printed to the screen in java and store it as a String?
something like
String name = last printed statement;