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 |
Why is serialization required?
what are the methods in object?
What is the size of string?
Mention the default values of all the elements of an array defined as an instance variable.
a thread is runnable, how does that work? : Java thread
Explain different states of a thread in java?
where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?
why using interface interface ?
if num=687; U have to get num=6+8+7;
can we access the method of class without creating the object of the class
What is an enumeration?
What is the purpose of the System class?