First thing I want to clarify here, this question is because of curiosity. I am not facing any issue.
There are many primitive types available in Java byte
byte
Primitive types are the ones defined by the language itself. In Java you can only define new types as Classes all derived from the common base class called Object.
Java
Classes
Object