---
title: "What is the purpose of Void class?"  
description: "What is the purpose of Void class?"  
author: "Anonymous User"  
published: 2011-05-21  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/984/what-is-the-purpose-of-void-class  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is the purpose of Void class?

The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void.

## Answers

### Answer by Anonymous User

The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void.


---

Original Source: https://www.mindstick.com/interview/984/what-is-the-purpose-of-void-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
