What is the correct character for terminating a statement in Java?
Click to view the answer
D.
Unlike with some other programming languages, the proper way to terminate a line of code is with a semicolon (;), making D the only correct answer.