Google News
logo
Jsoup - Quiz(MCQ)
____ method returns an element at a given index from a collection of HTML elements.
A)
Get(int index)
B)
Extract(index)
C)
Retrieve(index)
D)
None of the above

Correct Answer :   Get(int index)


Explanation : get(int, index) method returns an element at a given index from a collection of HTML elements.

Advertisement