The jsp:plugin tag is used to insert the browser-specific OBJECTS and EMBED elements

Skill/Topic: Programming Constructs
A) True
B) False

Showing Answers 1 - 1 of 1 Answers

anima

  • Jan 12th, 2006
 

True

The <jsp:plugin> action element enables a JSP page author to generate HTML for downloading the Java Plug-in, if it is not installed, and executing an applet. Specifically the action generates the OBJECT element for Internet Explorer or the EMBED element for Netscape Navigator.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions