Which of the following method is used in Jsoup to parse an HTML or XML document from a string, file, or URL?

2. Which of the following method is used in Jsoup to parse an HTML or XML document from a string, file, or URL?

  1. Parsing()
  2. Parse()
  3. Parse_all()
  4. Parse_HTML()

Answer: B) Parse()

Explanation:

To parse an HTML or XML document from a string, file, or URL, use the parse() method.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.