• 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

Learning basic of I/O

 
Greenhorn
Posts: 9
Netscape Java ME Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
please help me learn basic of I/O. My questions are

1. how java reads the byte and convert them into characters?
2. oprating system converts from byte to character or java.?
3. How does character encoding work?
4. How does plateform(O/S) effect I/O?
5. when to use which class for reading writing data to socket.and why?

please suggest me book or tutorial.

NOTE:-please dont say how to create Stream and Readers.I can find that in books.
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you checked out the I/O section of the Java Tutorials?
 
amit vikram ghajni
Greenhorn
Posts: 9
Netscape Java ME Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

K. Tsang wrote:Have you checked out the I/O section of the Java Tutorials?



yes sir i have checked . Most of the tutorial deals with the java API for I/O.
I need the complete basic so i can implement it in my own customized way.For eg. when i read a byte of data from stream what comes in the program how java interprets it and what comes on the console/terminal?
 
reply
    Bookmark Topic Watch Topic
  • New Topic