📚 Practice Mode
Java Programming Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 31
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.