The value of count is ________.

```
String line1 = new String("c = 1 + 2 + 3") ;
StringTokenizer tok = new StringTokenizer(line1);
int count = tok.countTokens();
```

a. 8.
b. 7.
c. 13.
d. 4.


b. 7.

Computer Science & Information Technology

You might also like to view...

Which of the following is the most commonly used for describing the position of the background image with the background-position property?

A. pixel values B. percentages C. em values D. All of these are equally used.

Computer Science & Information Technology

When the ________ option is selected, the first frame of a video will appear after the video finishes playing

A) Loop until Stopped B) Start/Automatically C) Rewind after Playing D) Fade In

Computer Science & Information Technology

Alice's programming language has two primitive instructions to make an object jump up and down.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A file that has been attached to an email message will be received by those recipients in the ____ line(s) of the message header.?

A. ?To only B. ?To anc Cc only C. ?To, Cc, and Bcc D. ?Bcc only

Computer Science & Information Technology