Choose a topic to test your knowledge and improve your Java skills
Which of these classes is not part of Java's collection framework?
Which of these interface is not a part of Java's collection framework?
Which of these methods deletes all the elements from invoking collection?
What is Collection in Java?
Which of these interface declares core method that all collections will have?
Which of these interface handle sequences?
Which of these interface must contain a unique element?
Which of these is Basic interface that all other interface inherits?
Which of these is an incorrect form of using method max() to obtain maximum element?
Which of these methods sets every element of a List to a specified object?
Which of these methods can randomize all elements in a list?
Which of these methods can convert an object into a List?
Which of these is true about unmodifiableCollection() method?
Which of these is static variable defined in Collections?
Which of these is used to perform all input & output operations in Java?
Which of these is a type of stream in Java?
Which of these classes are used by Byte streams for input and output operation?
Which of these classes are used by character streams for input and output operations?
Which of these class is used to read from byte array?
Which exception is thrown by read() method?
Which of these is used to read a string from the input stream?
Which of these class is used to read characters and strings in Java from console?
Which of these classes are used by Byte streams for input and output operation?
Which of these class is implemented by FilterInputStream class?
Which of these class contains the methods print() & println()?
Which of these methods can be used to writing console output?
Which of these class is used to create an object whose character sequence is mutable?
Which of these method of class StringBuffer is used to reverse sequence of characters?
Which of these classes are used by character streams output operations?
Which of the following statement is correct?
Which of these packages contain classes and interfaces used for input & output operations of a program
Which of these class is not a member class of java.io package?
Which of these interface is not a member of java.io package?
Which of these class is not related to input and output stream in terms of functioning?
Which of these is specified by a File object?
Which of these is method for testing whether the specified element is a file or a directory?
Which of these classes is used for input and output operation when working with bytes?
Which of these class is used to read and write bytes in a file?
Which of these method of InputStream is used to read integer representation of next available byte input?
Which of these data type is returned by every method of OutputStream?
Which of these is a method to clear all the data present in output buffers?
Which of these is method is used for writing bytes to an outputstream?
Which of these stream contains the classes which can work on character stream?
Which of these class is used to read characters in a file?
Which of these method of FileReader class is used to read characters from a file?
Which of these class can be used to implement input stream that uses a character array as the source?
Which of these is a method to clear all the data present in output buffers?
Which of these classes can return more than one character to be returned to input stream?
Which of these standard collection classes implements a dynamic array?