What is the static variable?


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

Post New Answer

More Core Java Interview Questions

What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

0 Answers  


How do you add spaces in java?

0 Answers  


Is java based on c?

0 Answers  


If circular link of two objects, then will it be garbage collected ?

3 Answers   TCS,


What is the difference between a static and a non-static inner class in java programming?

0 Answers  


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

2 Answers   ADP,


What are streams?

0 Answers  


Enlist few advantages of inheritance?

0 Answers  


what is the difference between equals method and ==

17 Answers   IBM, Professional Access, TCS,


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


what is difference between class and object?

43 Answers   College School Exams Tests, HCL,


What is constructor in java ?

0 Answers  


Categories