Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Java Programming
Quiz 11: Java Programming : JDBC API, Layout Managers, and Event Handling
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Which statement is static and synchronized in JDBC API?
Question 2
Multiple Choice
Which driver is efficient and always preferable for using JDBC applications?
Question 3
Multiple Choice
Which one of the following does not extends java.awt.Component
Question 4
Multiple Choice
What is default layout manager for panels and applets?
Question 5
Multiple Choice
java.awt.Component class method getLocation() returns Point (containg x and y cordinate) .What does this x and y specify
Question 6
Multiple Choice
Which of the following methods finds the maximum number of connections that a specific driver can obtain?
Question 7
Multiple Choice
What is the disadvantage of Type-4 Native-Protocol Driver?
Question 8
Multiple Choice
What is the preferred way to handle an object's events in Java 2?
Question 9
Multiple Choice
Which component method is used to access a component's immediate container?
Question 10
Multiple Choice
Which of the following creates a List with 5 visible items and multiple selections enabled?
Question 11
Multiple Choice
An Applet has its Layout Manager set to the default of FlowLayout. What code would be the correct to change to another Layout Manager?
Question 12
Multiple Choice
How do you change the current layout manager for a container?
Question 13
Multiple Choice
Which of the following methods can be used to draw the outline of a square within a JAVA.awt.Component object?
Question 14
Multiple Choice
State true or false (i) JPanel is a class included in awt package (ii) Anonymous classes are mostly used for event handling (iii) Names of anonymous classes must be unique (iv) JOptionPane is an inner class