What is custom tag in java?



What is custom tag in java?..

Answer / Umesh Chandra

A custom tag in Java (JSP technology) is a user-defined tag that encapsulates reusable code snippets for JSP pages. Custom tags are defined using Tag Extensible Base (Tld) files and can be written using Java, JavaScript, or any other supported programming language. They provide a more organized and readable way to structure JSP pages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What is crud operations in java?

1 Answers  


What is a java executable jar file?

1 Answers  


Which class is the superclass of every class?

1 Answers  


suppose we have one String s="india is my country"; now we get the o/p "like country my is India". what is the logic?

2 Answers  


What is property file in java?

1 Answers  


What is lambda expressions action func and predicate?

1 Answers  


What is singleton pattern in java?

1 Answers  


Why is javac not recognized?

1 Answers  


Are there tuples in java?

1 Answers  


Who is at risk in java? : java security

1 Answers  


What is rxjava2?

1 Answers  


What is java ioc?

1 Answers  


Categories