adplus-dvertising
frame-decoration

Question

Which of these is a type of stream in Java?

a.

Integer stream

b.

Short stream

c.

Byte stream

d.

Long stream

Answer: (c).Byte stream

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of these is a type of stream in Java?

Similar Questions

Discover Related MCQs

Q. Which of these classes are used by character streams for input and output operations?

Q. Which of these class is used to read from byte array?

Q. Which exception is thrown by read() method?

Q. Which of these is used to read a string from the input stream?

Q. Which of these class is used to read characters and strings in Java from console?

Q. Which of these class is implemented by FilterInputStream class?

Q. Which of these class contains the methods print() & println()?

Q. Which of these methods can be used to writing console output?

Q. Which of these classes are used by character streams output operations?

Q. Which of these class is used to read from a file?

Q. Which of these class contains the methods used to write in a file?

Q. Which of these exception is thrown in cases when the file specified for writing is not found?

Q. Which of these methods are used to read in from file?

Q. Which of these values is returned by read() method is end of file (EOF) is encountered?

Q. Which of these exception is thrown by close() and read() methods?

Q. Which of these methods is used to write() into a file?

Q. Which of these functions is called to display the output of an applet?

Q. Which of these methods can be used to output a string in an applet?

Q. Which of these methods is a part of Abstract Window Toolkit (AWT) ?

Q. Which of these modifiers can be used for a variable so that it can be accessed from any thread or parts of a program?