Sail E0 Webinar

MCQs

Total Questions : 15 | Page 2 of 2 pages
Question 11. Object which can store group of other objects is called
  1.    Collection object
  2.    Java object
  3.    Package
  4.    Wrapper
 Discuss Question
Answer: Option A. -> Collection object




Question 12. In Java, what do you call an area on the screen that has nice borders and various buttons along the top border?
  1.    A window
  2.    A screen
  3.    A box
  4.    A frame
 Discuss Question
Answer: Option D. -> A frame




Question 13. All collection classes are available in
  1.    java.io package
  2.    java.lang package
  3.    java.awt package
  4.    java.util package
 Discuss Question
Answer: Option D. -> java.util package




Question 14. JFrame myFrame = new JFrame (); Any command (such as the one listed above) which creates a new object of a specific class (in this case a new JFrame object called myFrame) is generally called a ...
  1.    Constructor
  2.    Layout manager
  3.    Parameter
  4.    GUI
 Discuss Question
Answer: Option A. -> Constructor




Question 15. Suppose you are developing a Java Swing application and want to toggle between various views of the design area. Which of the views given below are present for the users to toggle?
  1.    Design View
  2.    Requirements View
  3.    Source View
  4.    Management View
 Discuss Question
Answer: Option B. -> Requirements View




Latest Videos

Latest Test Papers