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

Write java program to reverse string without using api?

0 Answers  


Explain in detail about encapsulation with an example?

4 Answers  


Explain numeric promotion?

0 Answers  


How can you make a class serializable in java?

0 Answers  


What is java english?

0 Answers  


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


What is difference between call by value and call by reference?

0 Answers  


What is the default execution method in java?

0 Answers  


When abstract methods are used?

1 Answers  


Why constructor has no return type?

0 Answers  


What is the purpose of static methods and static variables?

0 Answers  


What is meant by object?

0 Answers  


Categories