Kizspy | Question: 12
(Choose 1 answer)
Which of the followings is a correct syntax of the method that is used to get the initialized parameter in
ServletContext or ServletConfig?
A. String getInitializedParameter(String name)
B. String getInitParameter(String name)
C. String getContextParameter(String name)
D. String getBoolParameter(String name)