Examlex

Solved

What Can Be Determined About Obj from the Code Below

question 11

Multiple Choice

What can be determined about obj from the code below? JMenuItem menuItem = new JMenuItem("Exit") ;
MenuItem.addActionListener(obj) ;


Definitions:

Related Questions