What's the purpose of static methods and static variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Is it possible to use string in the switch case?

0 Answers  


Which class should you use to obtain design information about an object in java programming?

0 Answers  


How does static modifier work?

1 Answers   Wipro,


When abstract methods are used?

1 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,






How to make object serializable in java?

0 Answers  


What are wrapped classes in java programming?

0 Answers  


Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.

4 Answers  


List any five features of java?

0 Answers  


What are parameters in a method?

0 Answers  


Difference between comparator and comparable in java?

0 Answers  


What are Advatages of Overloading and Overridding.

8 Answers   TCS, Wipro,


Categories