---
title: "What are the different scope valiues for the  jsp:useBean>?"  
description: "What are the different scope valiues for the  jsp:useBean>?"  
author: "Amit Singh"  
published: 2011-05-05  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/828/what-are-the-different-scope-valiues-for-the-jsp-usebean  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are the different scope valiues for the  jsp:useBean>?

## The different scope values for <jsp:useBean> are

1. page\
2. request\
3.session\
4.application

## Answers

### Answer by Amit Singh

## The different scope values for <jsp:useBean> are

1. page\
2. request\
3.session\
4.application


---

Original Source: https://www.mindstick.com/interview/828/what-are-the-different-scope-valiues-for-the-jsp-usebean

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
