J2SE Question:

What is for?

Tweet Share WhatsApp

Answer:

A Java keyword used to declare a loop that reiterates statements. The programmer can specify the statements to be executed, exit conditions, and initialization variables for the loop.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is const?What is finally?