Home »
MCQs »
Jsoup MCQs
____ method returns an element at a given index from a collection of HTML elements
20. ____ method returns an element at a given index from a collection of HTML elements.
- Get(int index)
- Extract(index)
- Retrieve(index)
Answer: A) Get(int index)
Explanation:
get(int, index) method returns an element at a given index from a collection of HTML elements.