Answer Posted / 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 View All Answers
Is double bigger than float?
Can you use this() and super() both in a constructor?
What is the relationship between class and object?
What is the abstraction?
How do you convert string to int in java?
a thread is runnable, how does that work? : Java thread
Can you sort a list in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is the default size of load factor in hashing based collection?
What is the difference between method overriding and overloading?
What are the files generated after using IDL to java compiler?
What is api in java?
Why local variables are stored in stack?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is the parse method in java?