RE: what is difference between object and Premitive da...
Hi
object is one of the user defined class in java.using which you can define your own data type which can store your any type of data like integer numeric character(no limit on storage) etc...where as primitive data type are short int float char etc..these all data types has some limitation in storage and type of data you would to store.
so finally what i am saying is object is the super class and user defined type.where as primitive data type are predefined data types which is designed by who develop the java software.