📚 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?

  1. getInitParameterNames()
  2. getInitParameter(String name)
  3. getServletName()
  4. getServletContext()