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 4 of 4

Thread: Hey, I'm new to Java Programming.

  1. #1
    Junior Member
    Join Date
    Sep 2012
    Posts
    2
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hey, I'm new to Java Programming.

    Hello guys, I'm new to Java Programming, I only recently started a couple of days ago. I have been watching "thenewboston", on YouTube, who is quite the famous Java mentor. So I know the absolute basics of Java. But I'm still quite confused, and I don't really understand the whole concepts of everything.

    So, too whoever reads this 'Thread', I would be rather grateful if you were to message me, or add me as a friend and converse with me about Java Programming. If you're a newbie, or even if you're a skilled Programmer, I would appreciate all feedback.

    Thank you everyone!

    ~Michael.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Hey, I'm new to Java Programming.

    Welcome Migzee98

  3. #3
    Junior Member
    Join Date
    Sep 2012
    Posts
    2
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hey, I'm new to Java Programming.

    Thank you.

  4. #4
    Junior Member
    Join Date
    Sep 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hey, I'm new to Java Programming.

    Machine 1: Write code for sending data to machine-2 and receiving data from it. The data sent will be two IP addresses and a subnet mask. e.g.
    IP1 : 192.168.x.x
    IP2 : 192.168.x.x
    Subnet Mask : 255.255.x.x
    Machine 2: Write code for receiving IP addresses and subnet mask from machine 1. Also, implement logic for finding out if both IP addresses belong to the same network and send the result back to the machine 1.
    You need to implement this using TCP and UDP sockets both.
    You can do it with one of the options below.

    Option 1: Implement two applications.
    One using TCP sockets and another using UDP sockets.

    Option 2: Give user choice to choose kind of socket TCP or UDP in sing
    PLZZ HELP me...

Similar Threads

  1. android programming vs game programming using java
    By vgoel38 in forum Android Development
    Replies: 4
    Last Post: September 8th, 2012, 05:48 PM
  2. Replies: 0
    Last Post: December 12th, 2011, 03:17 PM
  3. Is java a power full programming language? can java do this?
    By Jhovarie in forum Java Theory & Questions
    Replies: 5
    Last Post: March 2nd, 2011, 02:02 PM
  4. Java 3d Programming
    By Nickthecoder in forum Java Theory & Questions
    Replies: 1
    Last Post: May 5th, 2010, 10:48 PM
  5. Is Java Programming Best?
    By messenger in forum Java IDEs
    Replies: 3
    Last Post: May 4th, 2010, 09:11 PM