I have a class with several methods and there is no constructor among these methods.
So, I am wondering if it is possible to call a method of a class without a creat
It's called static variables and static methods. Just try it and see that it compiles.