Search:

Type: Posts; User: u-will-neva-no

Search: Search took 0.10 seconds.

  1. Re: null pointer exception on extending a server class

    When I extend MultiEchoServer, am I correct to say that the main method is not inherited? I thought that when I extend a superclass then I only get the functionality of the previous constructor.
    ...
  2. null pointer exception on extending a server class

    Hey everyone, I am getting a null pointer exception (I will highlight the location after the code is shown). I am trying to extend a class that is a server:




    import java.io.IOException;...
Results 1 to 2 of 2