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.
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.
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
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)
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