1. comment()
  2. createComment()
  3. Comm()
  4. None of the mentioned
4 views

1 Answers

Answer: Option 2

The comment node can be created using the method Comment createComment(string data).

4 views