Java Crossword Puzzles

123456789101112131415
Across
  1. 5. Component used to preprocess request made to servlets in a web application.
  2. 6. A Junit assert method which asserts that two object references refer to the same object.
  3. 7. JSP implicit object which refers to the ServletContext object.
  4. 11. Class used to perform Object deserialization.
  5. 12. Operator used to test wheather the object is an instance of a given type.
  6. 13. Synchronized Legacy Collection class similar to ArrayList.
  7. 14. Keyword used to declare a method which does not handle a checked exception
  8. 15. Creational design pattern which ensures that only one object gets created.
Down
  1. 1. A strong form of association relationship in which the whole is responsible for the lifecycle of the part.
  2. 2. Method of HttpServletResponse interface used to redirect response to another resource.
  3. 3. ThreadSafe class used to create mutable Strings.
  4. 4. A packaged deployable java web application archive file.
  5. 8. A small piece of data sent from the web site and stored in the user's browser.
  6. 9. Method used to return the current HttpSession associated with a request.
  7. 10. Servlet lifecycle method called when the container is shutdown.