0

I don't get it. what is the purpose of "Êþº¾" at the beginning of every class file in java.

I searched but nothing found related.

user3076847
  • 87
  • 1
  • 8

1 Answers1

3

Every class file starts with the hex sequence CAFEBABE. In the editor/console you're using that byte sequence must render as the characters you're seeing.

Bohemian
  • 412,405
  • 93
  • 575
  • 722