What is a file?
Input
Output device
Storage device
None
Which of the following statement is true?
You can directly read text from a FileReader
You can directly write text to a FileWriter
You can directly read ints and floats from a FileReader
You can directly write longs and shorts to a FileWriter
Which type of stream class is used for Byte oriented IO?
Byte stream class
Character stream class
FileOutputStream
Reader class
What is the use of java.awt.print package?
2D Printing
Input/output operation
web embedding
network operations
Which method returns the next token in a string?
countToken
read
nextToken
StringToken