DEVFYI - Developer Resource - FYI

What is the difference between a MenuItem and a CheckboxMenuItem?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

207. What is the difference between a MenuItem and a CheckboxMenuItem?

The CheckboxMenuItem class extends the MenuItem class to support a menu item that may be checked or unchecked.

(Continued on next question...)

Other Interview Questions