ExamQuestions.com

Register
Login
Java EE 7 Application Developer Exam Questions

Oracle

Java EE 7 Application Developer

54 / 72

Question 54:

Given the code fragment: 
image
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.