Static object or variable is stored on the data segment area of memory and the same value is get shared by all the objects/variables While Const is Just a name of that assigned value which cant be changed.and replaced at all the location by compiler while compilation.
The copy of static variable remains same or its shared among all the instance objects of a class
constant variable can not be modified after it defines and it can not be change any how throughout the program