DEVFYI - Developer Resource - FYI

How are commas used in the initialization and iteration parts of a for statement?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

236. How are commas used in the initialization and iteration parts of a for statement?

Commas are used to separate multiple statements within the initialization and iteration parts of a for statement.

(Continued on next question...)

Other Interview Questions