I am having a static variable in a class and assigned it to a value say 10. If i want that when the object of the class is created the value of the static variable is changed to another value.
Is it Possible ? if yes then how
can it be done through static constructor.

