Which JavaScript framework automatically escapes output to prevent XSS attacks?
- AngularJS
- React
- Vue.js
- jQuery
AngularJS automatically escapes output to prevent XSS attacks by default, helping developers build more secure web applications.
Loading...
Related Quiz
- In a distributed system, when two databases must be updated as part of a single transaction, which transaction management technique is most appropriate?
- Servlets can use the _________ interface to log application-level events.
- How does implementing gzip compression for responses optimize servlet performance?
- When should you choose PreparedStatement over Statement in JDBC?
- A servlet can __________ to another servlet, JSP, or HTML page using the RequestDispatcher.