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 |
What do you mean by constructor?
Can an object subclass another object?
Which class cannot be a subclass in java?
What is the default initialized value of a boolean type variable?
What is default constructors?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
How does queue work in java?
Why array is used in java?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
Why do we need variables?
How do you do descending order in java?
What is function overriding and overloading in java?