CROSSWORD

1234567891011121314151617
Across
  1. 4. Best method where a servlet can acquire a data source through a lookup on JNDI naming
  2. 6. You want to use URL rewriting to support client browsers, which do not use cookies. Which method will you use to attach the session id to a url that is to be used for the sendRedirect() method of the HttpServletResponse
  3. 7. A javascript framework used in HTML5
  4. 8. The effect when a variable declared within a certain scope has the same name as a variable declared in an outer scope
  5. 9. Java Keyword for portability on double values
  6. 12. The Spring Source framework Reactor is example for ___
  7. 14. Spring service that can be used for big data and it's analytics
  8. 15. A situation which occurs due to "greedy" threads when shared resources are not available for long intervals
  9. 17. A full-text search engine library for scripting languages
Down
  1. 1. When derived properties in hibernate are calculated?
  2. 2. An interface with no methods
  3. 3. Spring 3 strategy for resolving the requested media types in a request
  4. 5. OO principle that is most closely associated with making sure that a class is designed with a single, well-focused purpose
  5. 8. The leading open, interoperable platform Java card technology used for samrt card along with _________
  6. 9. An object that can be passed in switch
  7. 10. References used for scheduling pre-mortem cleanup actions
  8. 11. The strategy with which Hibernate retrievs associated objects if the application needs to navigate the association
  9. 13. Method which is not called more than once by the garbage collector
  10. 14. what creates a JMS message producer?
  11. 16. A method to invoke a constructor of the same class