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

Explain methods specific to list interface?

0 Answers  


What is void class in java?

0 Answers  


What is the difference between processes and threads?

0 Answers  


what is the difference between static class and singleton class? can we create static class?

2 Answers   L&T, Octazen, Vamsi Labs,


How many bits is size_t?

0 Answers  


please write java program of instanceOf keyword implementation

2 Answers   TCS,


What is meant by null and void?

0 Answers  


What’s the difference between the methods sleep() and wait()?

0 Answers  


How is a structure different from array ?

0 Answers   Amdocs,


Can we make the abstract methods static in java?

0 Answers  


Can It is possible to synchronize the constructor of a Java Class?

0 Answers  


What is the Set interface?

2 Answers  


Categories