Which superglobal is used to collect form data sent via GET method?

Explanation:
$_GET collects form data sent via URL parameters.