No since they are language constructs and not classes per-se.
You can however have a class representing a primitive type in the wrapper for instance:
Integer.TYPE et al. useful for reflection.
But you'll see that still those don't have a package ie.
Integer.TYPE.getPackage()
Returns null