App Logo

No.1 PSC Learning App

1M+ Downloads
Which of the following classes in Java does not generate item events?

ACheckbox

BMenultem

CCheckboxMenultem

DChoice

Answer:

B. Menultem


Related Questions:

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

In C++, the number 135, 45 is a :
In C++, variables that hold memory addresses are called :
Which of the following is human readable version of a program?
With the help of assembler the source programme converts into :