What are the tag libraries available in struts? Select the correct options
-
Bean tag library
-
Xml tag library
-
Logic tag library
-
HTml tag library
A,C,D
Correct answer
Explanation
The three main Struts tag libraries are: Bean tags (for accessing JavaBeans and their properties), Logic tags (for conditional presentation and iteration), and HTML tags (for generating HTML forms and UI elements). There is no separate 'Xml tag library' - the HTML library is the third correct option.