What happens when i use javaw to run the java program in the following scenario?

Posted by GK on Stack Overflow See other posts from Stack Overflow or by GK
Published on 2010-03-18T19:42:38Z Indexed on 2010/03/18 19:51 UTC
Read the original article Hit count: 295

Filed under:

Say suppose i am running a java program through command line. and this program requires some data to enter during the execution. So i was wondering on what happens if somebody uses javaw to run this type of program? that is how can enter the data to the program.

© Stack Overflow or respective owner

Related posts about java