Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Newby Question

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Newby Question

    Hi All,

    If anyone can help me with this problem, I'd be your friend for life or if anyone could recommend anyone who has vast java knowledge, that'd be good too.

    Basically, I am a student at the University of Winchester at Basingstoke and I need to make as simple a possible, a chat program that will allow me to chat between myself and different people.

    The program needs to:

    a) Log On
    b) Send Message
    c) Receive Message
    d) Change State when another user logs on
    e) Log Off

    If anyone can point me in the right direction, it'd be much appreciated. The program needs to be done in Netbeans.

    Kindest Regards,
    Robin


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Newby Question

    How about you have a look over at Suns really big index. (The Really Big Index)

    Writing the Server Side of a Socket (The Java™ Tutorials > Custom Networking > All About Sockets)

    // Json

Similar Threads

  1. Please help me with a research question
    By Tom in forum The Cafe
    Replies: 4
    Last Post: October 31st, 2009, 02:22 PM
  2. A question about an array
    By faizana2006 in forum Collections and Generics
    Replies: 2
    Last Post: October 28th, 2009, 04:36 PM
  3. Question on my math
    By SwEeTAcTioN in forum What's Wrong With My Code?
    Replies: 4
    Last Post: October 25th, 2009, 05:42 PM
  4. Threading question....
    By neo_2010 in forum Threads
    Replies: 1
    Last Post: September 2nd, 2009, 02:38 AM
  5. [SOLVED] Difference in the code on changing logical operators
    By lotus in forum Loops & Control Statements
    Replies: 3
    Last Post: June 20th, 2009, 03:30 AM