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