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

Which api is provided by java for operations on set of objects?

0 Answers  


What are data types in programming?

0 Answers  


Explain super keyword in java.

0 Answers  


What is a super method?

0 Answers  


How many bits is a word?

0 Answers  


Why are inner classes required?

3 Answers   Oracle,


What is indexof in java?

0 Answers  


What technique is carried out to find out if a particular string is empty?

0 Answers  


Difference between Interface & Abstract class?

5 Answers  


What is difference between fileinputstream and filereader in java?

0 Answers  


What is the main difference between java platform and other platforms?

0 Answers  


What is the difference between the >> and >>> operators?

1 Answers  


Categories