Which of the tag contains a code fragment valid in the page scripting language.

Skill/Topic: Programming Constructs
A) <% code fragment %>

B) <%= expressions %>
C) <%! Declarations %>
D) <%-- comment -- %>

Showing Answers 1 - 5 of 5 Answers

sravankumar uppala

  • Dec 28th, 2005
 

using JSP scriptlets

<% lines of code %>

  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