---
title: "What are the verifications done by byte code verifier ?"  
description: "What are the verifications done by byte code verifier ?"  
author: "Anonymous User"  
published: 2015-08-14  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/22776/what-are-the-verifications-done-by-byte-code-verifier  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are the verifications done by byte code verifier ?

1. Check whether classes follow JVM specification for classes2. Check for stack overflows3. Check for access restriction violations4. Illegal data conversions

## Answers

### Answer by Anonymous User

1. Check whether classes follow JVM specification for classes2. Check for stack overflows3. Check for access restriction violations4. Illegal data conversions


---

Original Source: https://www.mindstick.com/interview/22776/what-are-the-verifications-done-by-byte-code-verifier

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
