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 |
Which is better stringbuilder or stringbuffer?
Can an integer be null java?
What is the flag in java?
What are keywords and reserved words in java?
posted in online test
why interfaces are faster than abstract classes?
What is the GregorianCalendar class?
Can we make the abstract methods static in java?
When we should use serialization?
Default layout of Dialog object?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
is it possible to add a object in a HASHMAP