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

Thread: I/O Streams practice

  1. #1
    Member
    Join Date
    May 2013
    Posts
    165
    Thanks
    58
    Thanked 1 Time in 1 Post

    Default I/O Streams practice

    I really want to get to grips with the various kinds of I/O Streams, other than creating and editing files, what else can I do and does anyone know of any good resources that helped them?
    Thank you.


  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: I/O Streams practice

    Best general resource on the planet is the internet and any decent search engine, pick one. Learn to use this resource well.
    Sometimes this can answer your question without any further involvement.
    Other times this opens your eyes to other sources more specific to your topic.
    What a great tool.

    The Java Tutorials & The Java API There is no place like home...
    Check the tutorials aimed at I/O, complete with working examples.

    (Not to toot anyone's horn, but) This forum proves an excellent resource with many members helping answer questions. Plus the speed of reply here is not to be ignored.

    Projects.
    DO something. Make an internet chat client and server pair that supports multimedia. Live video, fileshare, any other feature that sounds fun. That should involve multiple I/O.
    Or what ever project sounds more fun to you. <- note that this is a very important feature of a project. Something that naturally catches your interest is best.

    Good luck in your journey

  3. #3
    Member
    Join Date
    May 2013
    Posts
    165
    Thanks
    58
    Thanked 1 Time in 1 Post

    Default Re: I/O Streams practice

    Thank you for your advice, I'm holding this off until I've learnt about networking. Will do so after learnt about threads and collections.

  4. #4
    Member
    Join Date
    May 2013
    Posts
    165
    Thanks
    58
    Thanked 1 Time in 1 Post

    Default Re: I/O Streams practice

    I've learnt how to make a client and server talk to each other now going to try your live video suggestion.

  5. #5
    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: I/O Streams practice

    Very nice

    Good luck with the videos

Similar Threads

  1. Problem using Streams
    By sagar474 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: November 22nd, 2012, 04:24 PM
  2. hi, can any one please tell me differences between these I/O streams
    By fredsilvester93 in forum Java Theory & Questions
    Replies: 3
    Last Post: July 31st, 2012, 08:58 AM
  3. Two different streams at same time
    By ToshX in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: November 4th, 2011, 02:55 PM
  4. data and object streams
    By bbr201 in forum Java Theory & Questions
    Replies: 4
    Last Post: July 16th, 2010, 06:18 PM
  5. reading JMF input streams?
    By wolfgar in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: January 12th, 2010, 12:22 AM