Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Applet
« Previous
Next »
Which of the following components allow multiple selections?
Options
- Non-exclusive Checkboxes
- Radio buttons
- Choice
- Text Boxes
CORRECT ANSWER : Non-exclusive Checkboxes
Discussion Board
non-exclusive checkboxes
Checkboxes are used to provide optional features which the user may or may not want. They have two states: checked or unchecked. A group of checkboxes can be either exclusive or nonexclusive. An exclusive group of checkboxes means that only one among that group can be checked at any time. These are also known as "radio buttons". For nonexclusive checkboxes, any one of them can be selected.
The use non-exclusive checkboxes allow the user to do the following:
1) Select multiple checkboxes
2) Checkbox() - constructs an empty checkbox that is unchecked.
3) Checkbox(String label) - constructs a checkbox that is unchecked, with the string specified as its label.
4) Checkbox(String label, CheckboxGroup group, boolean state) - constructs a checkbox that is either checked or unchecked depending on whether the value of the boolean state argument is true or false.
Rohit Sharma 09-30-2014 04:39 PM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Java Beginner (11)
Java (39)
Java (40)
Java (22)
Java (30)
Java (25)
Java (20)
Java (20)
Core Java (20)
Core Java (10)
Core Java (72)
EJB (20)
JDBC (20)
Applet (20)
Struts (21)
Servlets (20)
Java Web Services (20)
Javascript (40)
J2EE (10)
jQuery (46)
Advertisement
▲