How you can create a radio buttion using Checkbox class?



How you can create a radio buttion using Checkbox class?..

Answer / janet

We can create a radio buttion using Checkbox class by
associating Checkbox objects with a CheckboxGroup.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.

2 Answers  


What is an object in java?

0 Answers  


What is a final class in java?

0 Answers  


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


What is the difference between a field variable and a local variable?

0 Answers  






Lowest Common ancestor in a Binary Search Tree and Binary Tree.

0 Answers   Amazon,


What about abstract classes in java?

0 Answers  


Why strings in java are called as immutable?

0 Answers  


What is garbage collection? Can it be forced to run?

0 Answers   Global Logic,


How to sort array in descending order in java?

0 Answers  


how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time

4 Answers   Mind Tree,


Is 0 true or is 1 true?

0 Answers  


Categories