Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    Please edit your post and wrap your code with code tags:


    YOUR CODE HERE

    to get highlighting and preserve formatting.

    Also there should only be ONE statement per line. The code that was...
  2. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    Sorry, I don't know anything about your server.
  3. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    Can you explain what "not working" means?
    If there are error messages, copy the full text and paste it here.
  4. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    Do a Search on this forum (or on the internet) for sample code.
  5. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    One way is to use Sockets.
  6. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    Sorry, video chat is too complicated. I don't know if I have seen code to do that.
    There are lots of text chat examples here on the forum and on the internet. Do a Search for them.
  7. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    The Socket class is part of the Java SE. Not the others.
  8. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    Sockets are a basic class. Other classes build on them. I imagine that someone has written some higher level classes and methods that will help you. Those classes are not part of Java SE. You'll...
  9. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    I think sockets can be used to send and receive data between internet sites.
  10. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    That is too complicated a project for someone that wants to learn java.
    Start with the basics and build your knowledge before trying something so complicated.
  11. Thread: learn java

    by Norm
    Replies
    25
    Views
    2,298

    Re: learn java

    One good source for learning java is the tutorial. This link indexes many topics:
    The Really Big Index
Results 1 to 11 of 11