2013 Mar 29 4:12 AM
Hi Team,
can anyone throw some light on this.
Regards,
Sourya Prakash.
Hi Team,
can anyone throw some light on this.
Regards,
Sourya Prakash.
2013 Mar 29 5:10 AM
Hi Chaudhury,
Interface are like methods, for example scn is an interface where we post our doubts and we get back our result.
So when to create static methods if you feel like the methods can be called even when object is not created then go for it.
Usually you will come across using static methods for achieving singleton concepts where in you want to create only single instance of the class throughout the session.
thanks & regards,
narayan
2013 Mar 29 6:10 AM
Hi,
You will understand everything about it from the following link, just go through it
http://www.scribd.com/doc/120018990/33/Accessing-the-Static-Components-of-Interfaces
Thanks
Purnand
2013 Mar 29 9:33 PM