An open API service indexing awesome lists of open source software.

https://github.com/openmohan/javatrainings

Another repository to revise Java DS , threads and building process
https://github.com/openmohan/javatrainings

Last synced: 11 months ago
JSON representation

Another repository to revise Java DS , threads and building process

Awesome Lists containing this project

README

          

Threads
Locks
Collections

Streams :
Streams are uni directional and it is a common I/O model for reading or writing to any of the source[abstraction] (network , files or input/output devices)
Two types of streams :
Byte stream and Text (Unicode streams)
Classes for reading from input stream :
Byte stream - InputStream
Text - Reader
Classes for writing to output stream :
Byte stream - OutputStream
Text - Writer

Piped stream concepts helps to read and write with different process at same time . eg . PipedInputStream / PipedOutputStream and PipedReader /PipedWriter