CS506
CS506
available
Timer t = new
Timer (1000,this);
t.start();
26 CmdArgs java class is
compiled. If the
command "java CmdArgs
CS506" run in cmd, then
what will be output of CS506
given code.
64 ________________ in a Constructor
collection class creates a
collection with no
elements.
65 == operator compare
AL-JUNAID INSTITUTE GROUP
____________ of strings Addresses, values
whereas equals() method
compare ________ of
strings.
66 Assume that we do not
want to serialize transient String phoneNum;
phoneNum attribute of
Personinfo class, this can
be done by;