• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Beginner in the field of Java networking

 
Ranch Hand
Posts: 82
Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I just begin a course of internet programming , this course speaks about socket programming ,so I'd be grateful if you can help
me in finding a good book to read from or any materials or tutorial i can use especially in socket programming
Please help me.......................
Thanks in advance
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The google keywords I would choose for that question are: "java socket tutorial". Let's see what that comes up with... (googles...)

First link is a JavaWorld article: http://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html... but it was written in 1996, so it's probably dated.

Second link is the Oracle tutorial: http://download.oracle.com/javase/tutorial/networking/sockets/... Generally if you can find an Oracle tutorial for Java then that's the one you should read.

I should mention that this technique of searching the web works very well when you're looking for Java tutorials about anything at all. I highly recommend it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic