Top 100+Advanced Core Java Interview Questions 2019-2020 - 2

Question: 6

Which object is needed to group Checkboxes to make them exclusive?

CheckboxGroup

Question: 7

What Checkbox method allows you to tell if a Checkbox is checked?

getState()

Question: 8

Which component method is used to access a component’s immediate Container?

getParent()

Question: 9

Can be Choice component allow multiple selection?

No

Question: 10

How can you change the current layout manager for a container?

By using setLayout() method

Related Questions