openbare statische nietige leiding (Koord [] args) {
// de standaardhaven
int. port_number=2222;
Koord host= " localhost ";
als (args.length < 2)
{
System.out.println („Gebruik: de Cliënt \ n van Java " +
„Nu gebruikend host= " +host+“, port_number= " +port_number);
} anders {
host=args [0];
port_number=Integer.valueOf (args [1]) .intValue ();
}
|