Java primitives are not objects and have no member methods associated with them. However, they can be auto-boxed into wrapper classes such as Integer, Short, etc. These are full objects and have...