J2SE Question:

What is stream?

Tweet Share WhatsApp

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).

Read All 214 J2SE Questions
Previous QuestionNext Question
What is subclass?What is RPC?