aspose file tools
The moose likes Beginning Java and the fly likes does static method calls result to any instance creation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "does static method calls result to any instance creation" Watch "does static method calls result to any instance creation" New topic
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
    
  15

buntha Choudhary wrote: Does the above piece of code is creating any instance of the class ABHISHEK internally ?


No


Mohamed Sanaulla | My Blog
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: does static method calls result to any instance creation
 
Similar Threads
String Buffer Class
Method call
private static methods.
Confusion
Non static method overridding by static