Ajava Puzzle

12345678910111213141516
Across
  1. 2. What kind of runtime environment does WebLogic provide.
  2. 7. What is the parameter string for ignoring deprecation warnings.
  3. 8. What type of element can @SuppressWarnings be applied to
  4. 9. In two-tier architecture, who sends requests to the server.
  5. 10. In the example, which role can send POST requests.
  6. 11. Which servers handle server-side components in Java EE.
  7. 14. Who controls servlets.
  8. 16. Which architecture divides the application into a client and a server.
Down
  1. 1. Which annotation marks a method as obsolete?
  2. 3. Is it better to suppress or update deprecated code.
  3. 4. What type of architecture combines UI, business logic, and data access into one unit.
  4. 5. What defines the entire process from creation to destruction of a servlet.
  5. 6. What happens if a method name is misspelled when using @Override
  6. 12. What feature manages the server and applications.
  7. 13. In the example, which role can access all methods.
  8. 15. Which class does AccountServlet extend?