Difference between Choice and a List?



Difference between Choice and a List?..

Answer / janet

A choice is displayed in a compact form that requires you
to pull it down to see the list of available choices and
only one item may be selected from a choice.
A List may be displayed in such a way that several list
items are visible and it support the selection of one or
more list items.

Is This Answer Correct ?    46 Yes 11 No

Post New Answer

More Core Java Interview Questions

What modifiers are used for interface declaration?

7 Answers  


Explain a few methods of overloading best practices in java?

0 Answers  


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

0 Answers  


Distinguish between a predicate and a function?

0 Answers  


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,






What is a boolean used for?

0 Answers  


What is the arguement of main method?

1 Answers  


There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?

0 Answers  


Differentiate between overriding and overloading cases?

0 Answers   Amdocs,


What is Java Shutdown Hook?

0 Answers  


what are the boundaries of jdk and jre?

0 Answers   CoreObjects,


when to for abstract class and when to go for interface

2 Answers  


Categories