Hello
I have just started to teach myself java-programming and I am in the beginning of the book. Starting with the "Hello world" phrases, and I am using Jbuilder 3.
But the console-window are closing before i can manage to read the result of my programming. So my litle question is, how can I easily stop the program long enough to read the result? Are there ways to do so as simple as in C++ where I can put cin.ignore() to stop the program?
Thanks
Stig
I have just started to teach myself java-programming and I am in the beginning of the book. Starting with the "Hello world" phrases, and I am using Jbuilder 3.
But the console-window are closing before i can manage to read the result of my programming. So my litle question is, how can I easily stop the program long enough to read the result? Are there ways to do so as simple as in C++ where I can put cin.ignore() to stop the program?
Thanks
Stig