Which type of stream class is used for Byte oriented IO?
Byte stream class
Character stream class
FileOutputStream
Reader class
Which of the following function is used to write data to a file?
readLine( )
flush( )
close( )
print( )
What is the use of java.awt.print package?
2D Printing
Input/output operation
web embedding
network operations
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 of the following can be a source for the scanner class to obtain text?
Inputstream, File
OutputStream
BufferedWriter
DataInputStream