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. Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, this is the role of ServletConfig interface.