A valid Java String literal must be enclosed in double quotes. Option B is valid because it starts and ends with double quotes and contains valid escape sequences (\n for newline and \t for tab). Option A has unescaped nested quotes, and Option C has a backslash outside the quotes.