chapters.mdc
Class NumberCruncherClient

java.lang.Object
  extended by chapters.mdc.NumberCruncherClient

public class NumberCruncherClient
extends Object

NumberCruncherClient is a simple client for factoring integers. A remote NumberCruncher is contacted and asked to factor an integer. The factors returned by the NumberCruncherServer are displayed on the screen.


Constructor Summary
NumberCruncherClient()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberCruncherClient

public NumberCruncherClient()
Method Detail

main

public static void main(String[] args)


Copyright © 2005-2013 QOS.ch. All Rights Reserved.