Question 54:
Given the code fragment:
What output will be returned when this servlet is called a GET request?
Answer options:
A. Service() method called. B. Service() method called.Get() method called. C. An HTTP error D. GET() method called.
Answer correct:
A