What is the difference between a stream and a reader in Java?
        Posted  
        
            by Bragaadeesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bragaadeesh
        
        
        
        Published on 2010-03-11T19:38:33Z
        Indexed on 
            2010/03/11
            19:44 UTC
        
        
        Read the original article
        Hit count: 200
        
Hi,
Today I got this question for which I think I answered very bad. I said stream is a data that flows and reader is a technique where we read from that is a static data. I know this is an awful answer, so please provide me the crisp difference and definitions between these two with example in Java.
Thanks.
© Stack Overflow or respective owner