Which type of stream class is used for Byte oriented IO?
Byte stream class
Character stream class
FileOutputStream
Reader class
What is a file?
Input
Output device
Storage device
None
Which of the following can be a source for the scanner class to obtain text?
Inputstream, File
OutputStream
BufferedWriter
DataInputStream
Which of the following class method is used to convert the individual tokens from strings to integers ?
Integer wrapper class method
readLine( )
writeChars(string)
flush( )
Which of the following Java package includes String Tokenizer class?
java.net
java.util
java.rmi
java.security