| Author |
does static method calls result to any instance creation
|
buntha Choudhary
Ranch Hand
Joined: Jul 03, 2009
Posts: 136
|
|
As we can call any static method by just naming the class and the method name as
class : ABHISHEK
method : method()
Does the above piece of code is creating any instance of the class ABHISHEK internally ?
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
buntha Choudhary wrote: Does the above piece of code is creating any instance of the class ABHISHEK internally ?
No
|
Mohamed Sanaulla | My Blog
|
 |
 |
|
|
subject: does static method calls result to any instance creation
|
|
|