---
title: "What are implicit objects? List them?"  
description: "What are implicit objects? List them?"  
author: "Amit Singh"  
published: 2011-05-05  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/827/what-are-implicit-objects-list-them  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are implicit objects? List them?

Certain objects that are available for the use in JSP documents without being declared first. These objects are parsed by the JSP engine and inserted into the generated servlet. The implicit objects are listed below

## Answers

### Answer by Amit Singh

Certain objects that are available for the use in JSP documents without being declared first. These objects are parsed by the JSP engine and inserted into the generated servlet. The implicit objects are listed below


---

Original Source: https://www.mindstick.com/interview/827/what-are-implicit-objects-list-them

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
