Multiple choice technology web technology

A doGet() method is limited with 2k of data to be sent?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The HTTP GET method does not have a hard limit on data size, but URLs are practically limited by browser implementations (typically 2KB-8KB). This limit varies by browser and server. The statement reflects the common practical limitation, making 'True' acceptable.