Java Programming Fundamentals
Casual Mode - Take your time!
1 / 31
Correct
0
Incorrect
0
Score
0%
Multiple Choice
What is the role of ServletConfig interface in java servlet?
- This interface is used to read data from a client request.
- This interface is used to write data from a client request.
- This interface is used to declare the life cycle method of the servlet.
- This interface is used to provide access information and the log events to the servlet in its environment.
- This interface is used to initialize the parameters to the servlet.