---
title: "Can you make a constructor final in Java?"  
description: "Can you make a constructor final in Java?"  
author: "Devesh Kumar Singh"  
published: 2015-11-17  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/22901/can-you-make-a-constructor-final-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Can you make a constructor final in Java?

No, constructor can't be final.

## Answers

### Answer by Devesh Kumar Singh

No, constructor can't be final.


---

Original Source: https://www.mindstick.com/interview/22901/can-you-make-a-constructor-final-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
