The reason there are primiatives in the language is to enable theprogrammer a choice, 'do I need to use a object here or a primitave',often you do not require a object, so you choose something that willconsume less memory.