Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Java Programs
1.5K+ articles
Websites & Apps
1.2K+ articles
Advance Java
724+ articles
Computer Science Fundamentals
431+ articles
java-servlet
91+ articles
Java-JSP
48 posts
Recent Articles
JSP Tutorial
Last Updated: 14 May 2026
JavaServer Pages (JSP) is a server-side technology that lets developers embed Java code in HTML to create dynamic web applications. It separates presentation from business...
read more
Java-JSP
Advance Java
JSP (Java Server Pages) interview questions
Last Updated: 16 February 2026
JSP (Java Server Pages) interview questions are commonly asked to test your knowledge of Java web application view layer development and how dynamic pages work in Java EE....
read more
Java-JSP
Advance Java
Entities and Annotations (@Entity, @Id, @Table) in JPA
Last Updated: 23 August 2025
JPA (Java Persistence API) is a specification in Java that simplifies database interactions by mapping Java classes to relational database tables. An @Entity annotation ma...
read more
Java-JSP
Advance Java
JSP - Session Tracking
Last Updated: 16 May 2026
Session Tracking in JSP is used to maintain user data across multiple requests in a web application. Since HTTP is a stateless protocol, session tracking helps identify us...
read more
Picked
Java-JSP
Advance Java
JSP - Login and Logout Form
Last Updated: 23 July 2025
The full form of the JSP is Java Server Pages. The JSP is a Server Side Technology in Java, which is used for creating dynamic web pages. One more thing is the JSP consist...
read more
Picked
Java-JSP
Advance Java
JSP - Action Tags
Last Updated: 27 October 2025
JSP action tags are special elements that give instructions to the JSP container for handling various runtime tasks. They execute on the server side and help developers in...
read more
Picked
Java-JSP
Advance Java
JSP - UseBean action tag
Last Updated: 15 May 2026
The jsp:useBean action tag in JSP is used to create or access JavaBean objects within a JSP page. It helps separate business logic from presentation by using Java classes ...
read more
Picked
Java-JSP
Advance Java
JSP - Include Action Tag
Last Updated: 14 May 2026
The Include Action Tag in JSP is used to include the content of one JSP page into another at request time. It helps in reusing common components like headers and footers, ...
read more
Picked
Java-JSP
Advance Java
JSP - Forward action tag
Last Updated: 14 May 2026
The Forward Action Tag in JSP is used to forward a request from one JSP page to another within the same application. It transfers control internally on the server without ...
read more
Picked
Java-JSP
Advance Java
JSP - Exception implicit object
Last Updated: 16 May 2026
In Java, JSP is defined as JavaServer Pages. It is the technology that is used to create dynamic web pages in Java. The Exception implicit object in the JSP provides infor...
read more
Picked
Java-JSP
Advance Java
JSP - Out Implicit Object
Last Updated: 16 May 2026
JavaServer Pages (JSP) is used to create dynamic web pages in Java. The Out implicit object is used to send output data from the server to the client browser. It helps in ...
read more
Picked
Java-JSP
Advance Java
JSP - Form Processing
Last Updated: 23 July 2025
In JavaServer Pages, Form processing is the fundamental aspect of web development, and it can allow users to interact with websites by submitting data. It can handle form ...
read more
Picked
Java-JSP
Advance Java
Dev Scripter
Dev Scripter 2024
JSP - Registration Form
Last Updated: 02 April 2024
JSP can be defined as JavaServer Pages. It is a technology that can be used for developing dynamic web pages. The JSP registration form allows to the users to input their ...
read more
Picked
Java-JSP
Advance Java
JSP - Client Request
Last Updated: 23 July 2025
In web development, a Client Request refers to a connection sent from a client to a server to edit data, and objects, or to perform or receive operations. In the case of J...
read more
Picked
Java-JSP
Advance Java
JSP - Custom URI in Custom Tag
Last Updated: 23 July 2025
JavaServer Pages (JSP) provide a dynamic environment for developing various online applications. Setting the custom Uniform Resource Identifiers (URIs) for custom tags ope...
read more
Picked
Java-JSP
Advance Java
Dev Scripter
Dev Scripter 2024
1
2
3
4