---
title: "What is Anonymous class in java?"  
description: "What is Anonymous class in java?"  
author: "Amit Singh"  
published: 2011-08-12  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1140/what-is-anonymous-class-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is Anonymous class in java?

Anonymous class : Anonymous class is a class defined inside a method without a name and is instantiated and declared in the same place and cannot have explicit constructors.

## Answers

### Answer by Amit Singh

Anonymous class : Anonymous class is a class defined inside a method without a name and is instantiated and declared in the same place and cannot have explicit constructors.


---

Original Source: https://www.mindstick.com/interview/1140/what-is-anonymous-class-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
