What is magic number CAFEBABE in java class file?
November 29, 2017
Posted by Abhi Andhariya
Java Compiler compiles a java source code into bytecode and stores it into .class file which will then get executed by JVM. Everybody knows about it. But do you know each class file in Java starts with magic number CAFEBABE? compelling, isn't it? 😀 After reading this article, you will be able to answer below questions: […]