What are JSP scripting elements?

Answer Posted / vikas

Between <% and %> tags,any valid Java code is called a
Scriptlet. This code can access any variable or bean declared.

For example,to print a variable.
<% String username = "visualbuilder" ;
out.println ( username ) ; %>

Is This Answer Correct ?    8 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a hidden comment?

642


Can we call destroy method inside init method?

467


How to use jsp el to get http method name?

472


How many types of jsp tags are there?

459


What do you mean by custom tag in jsp?

490






What is jsp servlet?

478


What are the implicit, internal objects and methods on the jsp page?

429


What is full api?

483


Is jsp compiled?

483


What is scriptlet tag?

497


Explain the advantages in jsp?

498


What is the difference between directive include and jsp include?

499


How many jsp scripting elements are there and what are they?

497


What is application scope in jsp?

488


What is difference between jsp and jstl?

451