The simplest form of the for loop in Java is for(initialization; condition; iteration) statement;
True
False