| Author |
how to get input values at runtime in java
|
prakash mathew
Greenhorn
Joined: Mar 08, 2012
Posts: 2
|
|
How to get inputs at run time in java
for example employee details, Arithmetic calculation etc
|
 |
Greg Brannon
Bartender
Joined: Oct 24, 2010
Posts: 530
|
|
|
There are many answers to the question you've posed. Please provide more info, an example in code is preferred.
|
Learning Java using Eclipse on OpenSUSE 11.2
Linux user#: 501795
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9946
|
|
you can get input from the command line, read from a file, read from a database, open a socket connection, display a pop-up window, connect to a piece of hardware (scanner, volt meter, etc.)
Can you narrow your question a bit?
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
 |
|
|
subject: how to get input values at runtime in java
|
|
|