📚 Practice Mode
Java Programming Fundamentals: OOP, Inheritance, and Language Features
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
Which of the following servlet methods can return null?
- getInitParameterNames()
- getInitParameter(String name)
- getServletName()
- getServletContext()