Class FactorialServer


  • public final class FactorialServer
    extends Object
    Receives a sequence of integers from a FactorialClient to calculate the factorial of the specified integer.
    • Constructor Detail

      • FactorialServer

        public FactorialServer()