Adblocker Detected
Quizack provides Online Quiz and Practice MCQs for Free. Please disable your Ad-Blocker so we can earn from ads and keep this project alive.
1. The PrintStream class provides methods to?
2. A stream is a sequence of data.In Java a stream is composed of?
3. The PipedInputStream and PipedOutputStream classes can be used to read and write data simultaneously?
4. The stream tokenizer class can recognize identifiers, numbers, quoted strings, and various comment styles?
5. Which class can be used to read data line by line by readLine() method?
6. Which is used to converts the byte-oriented stream into character-oriented stream?
7. Which are the ways to read data from the keyboard?
8. Which class is used to uncompress the file in the deflate compression format, It provides facility to the other uncompression filters?
9. Which method of DataInputStream class reads a line from the file and returns it as a string?
10. These commonly used methods of:1) public abstract int read()throws IOException2) public int available()throws IOException3) public void close()throws IOException
11. Which class breaks the input into tokens using a delimiter which is whitespace bydefault, It provides many methods to read and parse various primitive values?
12. The java.io.StreamTokenizer.nextToken() method parses the next token from the?
13. These four methods are commonly used in?public char[] readPassword(String fmt,Object... args)public String readLine()public String readLine(String fmt,Object... args)public char[] readPassword(
14. SequenceInputStream class is used to read data from?
15. Breaking a string or stream into meaningful independent words is known as tokenization.