Home »
MCQs »
Jsoup MCQs
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?
- Parsing()
- Parse()
- Parse_all()
- Parse_HTML()
Answer: B) Parse()
Explanation:
To parse an HTML or XML document from a string, file, or URL, use the parse() method.