Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is different between static and non static methods ,using
example

Answer Posted / guest

Static:
we dont have to create instance of an object

Staic methods cannot access nonstatic methods.
same with variable static variables cannot access static
variables

Non-Static:
we have to create instance of an object
nonStaic methos canaccess nonstatic methods.
same with variable nonstatic variables can access static
variables

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to override private or static method in java?

935


What is singleton class example?

967


Is static a keyword in java?

914


Can a class extend 2 classes in java?

981


How many digits is int32?

926


Which is fastest collection in java?

995


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

1025


Can a method be static?

914


Is finalize() similar to a destructor?

969


Can a constructor call another constructor?

922


What is the covariant return type?

1021


Tell me a few examples of final classes defined in Java API?

1014


What is lambda programming?

936


Does java linked list allow duplicates?

912


What is keyword and identifier?

1078