Which is not true about static methods?
1)Static methods can be invoked without instantiating the class
(2)Static methods are not specific to any object.
(3)We can create utility functions with the help of static methods.
(4)Static methods can be directly called with the help of a class object.