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...


In Java, what’s the purpose of static methods and static variables?

Answers were Sorted based on User's Feedback



In Java, what’s the purpose of static methods and static variables?..

Answer / nashiinformaticssolutions

When a method or variable needs to be shared across several objects of a class, developers utilize a static keyword to make it shared for all objects. Instead of making unique copies for every object, this is employed.

Is This Answer Correct ?    0 Yes 0 No

In Java, what’s the purpose of static methods and static variables?..

Answer / glibwaresoftsolutions

When a method or variable needs to be shared across several objects of a class, developers utilize a static keyword to make it shared for all objects. Instead of making
unique copies for every object, this is employed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is Java a dying language?

0 Answers  


What is aggregation and composition ?

1 Answers   Fidelity,


Can try statements be nested?

3 Answers   Wipro,


What are jee technologies?

0 Answers  


What is the purpose of a statement block?

1 Answers  


What is meant by vector class, dictionary class, hash table class, and property class?

0 Answers  


What are filterstreams?

0 Answers  


What is difference between static method and static variable?

7 Answers  


"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.

2 Answers  


What is purpose of applet programming?

0 Answers  


What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?

0 Answers  


Can we have this () and super () together?

0 Answers  


Categories