What is the difference between jsp and thymeleaf?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

how to disable the expression language in a jsp?

1 Answers   Elite Construction,


What is a hidden comment in jsp?

0 Answers  


How to set a cookie in JSP?

2 Answers  


What is auto-flush attribute?

0 Answers  


What are jsp and servlets?

0 Answers  






Which language is used to write servlets and jsp?

0 Answers  


What's the difference between an import and include directive, and also the difference between include directive and include action?

1 Answers  


What are the advantages of jstl?

0 Answers  


What are the different scope values for the <jsp:usebean> tag?

0 Answers  


How to disable scripting?

0 Answers  


How To maintain session ..?

3 Answers   TCS,


Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

0 Answers  


Categories