Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.7K+ articles
Java Programs
1.5K+ articles
Websites & Apps
1.2K+ articles
Advance Java
713+ articles
Computer Science Fundamentals
428+ articles
java-servlet
89+ articles
Java-JSP
46 posts
Recent Articles
Popular Articles
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: 23 July 2025
Session tracking is essential in web development to maintain user state and data as they navigate across different pages of a web application. JSP (JavaServer Pages) provi...
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: 04 November 2025
In JavaServer Pages (JSP), the jsp:useBean action tag is used to create or access JavaBeans within a JSP page. This enables developers to encapsulate data and business log...
read more
Picked
Java-JSP
Advance Java
JSP - Include Action Tag
Last Updated: 23 July 2025
JavaServer pages in Java provide a powerful way to build web pages. The jsp:include action tag in JSP consists of the content of one JSP page into another JSP page at the ...
read more
Picked
Java-JSP
Advance Java
JSP - Forward action tag
Last Updated: 23 July 2025
JavaServer Pages in Java can provide a way to create dynamic web pages. Forward action tag is a tool in JSP that is used to forward control from one JSP page to another JS...
read more
Picked
Java-JSP
Advance Java
JSP - Exception implicit object
Last Updated: 23 July 2025
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: 23 July 2025
In Java, JSP stands for JavaServer Pages. It is a technology that can used for creating dynamic web pages in Java and the Out implicit object in JSP is used to send conten...
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
JSP - HTTP Status Codes
Last Updated: 17 March 2024
When the Client makes any requests to the server, the Status Codes are issued by the server as a response to the client's request. So, in an application, we have the clien...
read more
Picked
Java-JSP
Advance Java
Dev Scripter
Dev Scripter 2024
JSP - Server Response
Last Updated: 02 April 2024
In JavaServer Pages development, the server response refers to the data sent back to the client from the server after receiving and processing the client request, and the ...
read more
Picked
Java-JSP
Advance Java
1
2
3
4