J2SE Question:

Download Job Interview Questions and Answers PDF

What is stream?

J2SE Interview Question
J2SE Interview Question

Answer:

A stream is simply a byte-stream of data that is sent from a sender to a receiver. There are two basic categories, so the java.io package includes two abstract classes (InputStream and OutputStream).

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is subclass?What is RPC?