---
title: "What are standard actions in JSP?"  
description: "What are standard actions in JSP?"  
author: "Shrikant Mishra"  
published: 2019-09-04  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/33572/what-are-standard-actions-in-jsp  
category: "java"  
tags: ["java", "programming language"]  
reading_time: 1 minute  

---

# What are standard actions in JSP?

These affect the overall runtime behavior of a page and the response sent to the client. Those are used to include a file at request time, to instantiate a JavaBean or find one. These are also used to generate a browser-specific code or forward a request to a new page.

## Answers

### Answer by Shrikant Mishra

These affect the overall runtime behavior of a page and the response sent to the client. Those are used to include a file at request time, to instantiate a JavaBean or find one. These are also used to generate a browser-specific code or forward a request to a new page.


---

Original Source: https://www.mindstick.com/interview/33572/what-are-standard-actions-in-jsp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
