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