Showing posts from June, 2015

Java I/O - CharArrayReader and CharArrayWriter

Topics covered 1. CharArrayReader 2. CharArrayWriter In Java  FileInputStream, FileReader, FileOutputStream and FileWriter are responsible for supporting byte and character read/write operation in File. ByteArrayInputStream and ByteArrayOutputS…

Difference between View and Synonym in Oracle database

It is one of commonly asked interview question from database section. View and Synonym is common concept relevant for all database however, the syntax and semantics discussed in this post is oracle database specific. View is a virtual entity based o…

Java I/O - ByteArrayInputStream and ByteArrayOutputStream

Topics covered 1. ByteArrayInputStream 2. ByteArrayOutputStream In previous post we discusses about  Java I/O classes classification & class hierarchy  and its interdependency. Java support Input and Output(I/O) operations with characters/te…

Load More
That is All