Does Continue Increment For Loop Java?

Does Continue Increment For Loop Java? With for loop, continue statement jumps the control to end of statement and excutes the increment statement (In for loop, increment statement is considered seperate from the statments written within the body of the loop). Does continue in for loop increment? Instead of forcing termination, it forces the next