What is Thymeleaf in Java?
A) A Java template engine for web applications
B) A JavaScript library
C) A CSS framework
D) A Java build tool
Answer:
A) A Java template engine for web applications
Explanation:
Thymeleaf is a modern Java template engine designed for web applications. It allows developers to create dynamic web pages using HTML templates that can be easily integrated with Spring MVC and other Java frameworks. Thymeleaf templates are both readable as HTML files and functional as dynamic views when rendered by the server.