Home »
MCQs »
Jsoup MCQs
The Jsoup.connect() method ____
16. The Jsoup.connect() method ____.
- will return the reference document object
- Will connect with the URL.
- Will returns the title of the object
- All of the above
Answer: B) Will connect with the URL.
Explanation:
The Jsoup.connect() method, Will connect with the URL.