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

Answers were Sorted based on User's Feedback



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

Answer / siva

we should create object form calling Non static method but
no necessary to create object for calling static method
using class name we call static method

Is This Answer Correct ?    0 Yes 0 No

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

Answer / 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

More Core Java Interview Questions

What is printwriter in java?

0 Answers  


Which is the best way to use for String concatenation in Java?

7 Answers   HCL,


What are the changes in java.io in java 8 ?

0 Answers  


What about anonymous inner classes in java?

0 Answers  


Is oracle java 11 free?

0 Answers  


Why destructor is not used in java?

0 Answers  


Can a class have an interface?

0 Answers  


What is the difference between class & structure?

0 Answers  


Can we create object of static class?

0 Answers  


What are the benefits of operations?

0 Answers  


what are the differences between final,finally,finalize methods?

14 Answers   IBM,


What is the difference(or similarity if there are some) between object and a variable?

4 Answers   ME,


Categories