All of the following are methods of the Iterator interface except:

(a) clear()
(b) hasNext()
(c) next()
(d) remove()


(a) clear()

Computer Science & Information Technology

You might also like to view...

A value of an enumerated type is similar to a/an:

a. Instance variable b. Object of a class c. Named constant d. None of the above

Computer Science & Information Technology

Describe Google hacking and provide an example.

What will be an ideal response?

Computer Science & Information Technology

A standard Samba configuration file is divided into three sections enclosed by ____.

A. brackets B. braces C. parentheses D. percent signs

Computer Science & Information Technology

Consider following string: AACBABCBAA, and pattern to be matched: ABCB After how many shifts will the pattern will be found, considering the bad character rule?

a. 2nd shift will give the match b. 3rd shift will give the match c. 4th shift will give the match d. No shift will be performed

Computer Science & Information Technology