home
System
Software
Hardware
Programming
Networking
Troubleshooting
Smartphones
Computer
>>
Computer tutorials
> >>
Programming
>>
Programming
How to avoid Java code in jsp page?
You can use JSTL, JSP Standard Tag Library or EL, Expression Language to avoid scriptlets.
What is Java Server Pages, JSP? Why JSP is preferred over CGI?
How to write a comment in a JSP page?
How to send an error code using JSP to browser?
How to track access time of a webpage using session in a JSP page?
How to send a email with attachment using a JSP page?
How to send a html based email using a JSP page?
How to remove a java variable from current scope in JSP?