Why do we need custom tags in jsp?



Why do we need custom tags in jsp?..

Answer / Niharika Nandan

Custom Tags (or JSP Custom Action Tags) provide a way to reuse Java code across multiple JSP pages. They help in separating the Java logic from the HTML presentation, promoting code reusability and improving maintainability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

How clear chache and buffer of opera browser.

1 Answers  


What are the steps for creating custom tags in jsp?

1 Answers  


Is jsp front end or backend?

1 Answers  


How run jsp program in netbeans?

1 Answers  


What is the purpose of creating custom tags?

1 Answers  


How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?

1 Answers  


can i use vb script with jsp?

4 Answers  


What are the types of jstl tags?

1 Answers  


Which of the following action variable is used to include a file in jsp?

1 Answers  


how can i update the marque in jsp without changing the sourse code

1 Answers  


What is jsp expression language and what are it’s benefits?

1 Answers  


Which tags are used for bean development?

1 Answers  


Categories