Can any one please explain difference between thease two along with beloww query.
for example
we have one.jsp having defined
String s="1" using scriptlet
two.jsp two.jsp having defined String s="2"
three.jsp with String s="3"
we have included two.jsp into one .jsp with <%@include..> directive
Also we have included three.jsp into one.jsp with <
jsp:include..> tag
wheras all jsps have String s defined in it, if we print 's' what will be output,please xplain the reason