For the String line1 to have 4 tokens, delimArg should be:

```
String line1 = new String("c = 1 + 2 + 3") ;
StringTokenizer tok = new StringTokenizer(line1, delimArg);
```

a. String delimArg = "+=";
b. String delimArg = "123"
c. String delimArg = "c+";
d. String delimArg = " ";


a. String delimArg = "+=";

Computer Science & Information Technology

You might also like to view...

The data type is most suited to a flag.

(A) Boolean (B) Integer (C) Decimal (D) Double (E) String

Computer Science & Information Technology

Which tool can be used to deploy Windows 7 to a previously created virtual hard disk?

a. ImageX b. DiskPart c. Net d. DISM

Computer Science & Information Technology

Which of the following has a storage root key?

A. HSM B. EFS C. TPM D. TKIP

Computer Science & Information Technology

?What two special permissions can be applied in order to effectively allow a user to become owner of a file, or become a member of a group, by executing a file?

A. ?sticky bit B. ?SUID C. ?SGID D. ?SQUID

Computer Science & Information Technology