Why is it not possible to override static methods?
If possible, please use an example.
By overriding we can create a polymorphic nature depending on the object type. Static method has no relation with object. So java can not support static method overriding.