Which of the following is not a type of iteration statement in Java?
a. while statement.
b. do…while statement.
c. for statement.
d. loop statement.
d. loop statement.
Computer Science & Information Technology
You might also like to view...
What is not true about this code segment?
location = fileObject.tellg(); a. tellg is a member function of fileObject. b. location is a pointer. c. The value of location after the segment executes must be less than or equal to the number of bytes in the file attached to fileObject. d. fileObject is an istream object.
Computer Science & Information Technology
You can use the BindingSource object's ____ methods to move the record pointer to the first, last, next, or previous record in the dataset.
A. Move B. Point C. MoveRecord D. Pointer
Computer Science & Information Technology