Search:

Type: Posts; User: moonah

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    1,073

    Clearing up the air on javaEE

    Hi guys please I want someone to throw light on a somewhat "stupid question" for me. Am a budding java enthusiast with so much interest and passion for the language. I have resorted back to my first...
  2. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    they were both executed from the same PC using windows7 from different instance of the command prompt window. so its like...
    ServerTest.java first, then Client Test .java. but the server test has to...
  3. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    The server executed first before the client. where, on the local host from command line instance.
  4. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Thanks norm. the fault has been from me all along. instead of me to run two different instances of the command prompt window and run the server application first, i kept running them individually....
  5. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    I will definitely have to give it a try then. I will partition my system and install an XP on a virtual machine.
  6. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Macko I tried it on vista and it keeps giving me the same can not connect error. Keeping in mind that the genesis of this whole problem came from the can not connect to server error. Could you also...
  7. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Macko unfortunately I tried out what you suggested. But the complier doesn't recognise a ocnstructor for the above object.. Pleae try it out asawell your self .
  8. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    It thorws a can not connect error. Av tried everything to resolve it from disabling all firewares to installin a 32-bit installer on a 32bit system. To contacting paul deitel, who also suggested...
  9. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Please I have done as you suggested, hope you can help with the problem now?
    Cheers.
  10. Replies
    16
    Views
    1,410

    JAVA NETWORK client/server architechture

    ok. so this is the Server and client code snippet. please can someone else run it and tell me why my code is giving this much trouble. am using a windows 7 64-bit system on a jdk 7U40 installer. my...
  11. Replies
    0
    Views
    783

    Yet another java interface rule conflict.

    OkN so I just got introduced to method getAppletContext() and apparently it reture. Reference to interface AppletContext. Which means you cancreat an objkct to reference this interface with the said...
  12. Replies
    1
    Views
    1,327

    Interfaces Executor and ExecutorService

    From my understanding, interfaces aren't concrete and hence can't be instantiated.
    You must implement every method of an interface you implemet or declare the class an absract one.
    My nightmare is...
  13. Replies
    1
    Views
    1,383

    Pluggable look and feel

    Please can any one give me a practical code snippet that makes used of class UIManager, its various subclasses and its method. Am a bit of confused here.
  14. Replies
    2
    Views
    2,847

    End of file indication

    Please i noticed that the netbeans IDE doesn't recognize the windows end-of-file indicator Ctrl+Z + Enter.
    aw do i go about this cause am trying to write a while loop using the hasNext() method and...
  15. Replies
    2
    Views
    2,052

    Maps and HashMaps

    Please i would very much like to know of what practical use maps can be of when developing a real-life application because knowledge of this might just help in understanding the concept of Maps to...
Results 1 to 15 of 15