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 |
What is string :: npos?
What is a line separator in java?
Which method returns the length of a string?
How do you square a number?
What restrictions are placed on method overloading?
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
What is the superclass of exception?
Explain an intermediate language?
What are the data types supported by java? What is autoboxing and unboxing?
Difference between Choice and a List?
What is constructor chaining in java?
What is 'finally' method in Exceptions?