Hi guys,
After long time, I need to ask this question a while back, but any resolution and notes would be helpful or any comments from senior guys.
So here it is ,
I am using Maven project for framework creation.
Also I have to packages Main and Test packages with defined respectively class in it.
Need to know :- what if I use static methods in my main classes and then without creating any object access these methods in my test class through importing.
Will this insure that the memory being using in background will be less and speed of execution will be more than with create objects.