Java
Description: answering the questions need basic knowledge of methods in java | |
Number of Questions: 15 | |
Created by: Shaka Gupte | |
Tags: Concept based questions Java/Oracle /C/C++ |
Which of the following methods is/are used by web browser to control the applet?
Which of the following methods is/are not necessary to define a class, if it implements the Window Listener Interface?
Which of the following event types is/are invalid in Java?
Which of the following methods cannot be invoked from the instance of Frame class in AWT?
Which of the following is the subclass of RuntimeException?
Which of the following is not a method of the scanner class object in Java?
How many constructors is/are present in BorderLayout in java?
Which of following layout managers is/are present in Java awt?
Which of the following statements is/are correct?
Color c1 = new Color(284,60,189);
Which of the following methods is not defined in the Graphics class in Java?
The number of parameters passed to the constructor of the Font class in Java is
Which of the following source objects does not generate the ActionEvent?
How many primitive data types are available in Java?
How many constructors are there for FlowLayout?
Which of the following methods is/are valid in Java for handling events?