Examlex

Solved

Select an Appropriate Expression to Complete the Following Method, Which

question 7

Multiple Choice

Select an appropriate expression to complete the following method, which is designed to visit the elements in theList and replace each occurrence of the string "hello" with the string "goodbye". Select an appropriate expression to complete the following method, which is designed to visit the elements in theList and replace each occurrence of the string  hello  with the string  goodbye .    A) iterator.next()  =  goodbye ; B) iterator.previous( goodbye ) ; C) iterator.replace( hello ,  goodbye ) ; D) iterator.set( goodbye ) ;


Definitions:

Related Questions