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
Simply No, You can not create primitive datatype.
Primitive datatype means which are provided and existed in language feature. Basically Java support this for performance reason and perform arithmetic operation.
You can create a user defined datatype using concept of class and object.
class
object