17
Q:
A) System.out.println( | B) println ( |
C) document.write( | D) response.write( |
Answer: C) document.write(
Explanation:
Explanation:
document.write() is a JavaScript command that literally writes out whatever you place between the opening and closing parentheses.