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, short, int, etc. Now suppose I want to create a new primitive type (e.g. mediumint or anything else). Can we do that?
If yes then how?