What is class variable java?


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 create Userdefined Unchecked Exception also?If Yes, give an example?

2 Answers   ADP,


What is a pointer and does java support pointers?

0 Answers  


What are different ways of object creation in java ?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


What are the characteristics of java?

0 Answers  


Java run-time system generates What class of exceptions?

2 Answers   TCS,


What is a local, member and a class variable?

0 Answers  


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

0 Answers  


Can we store variables in local blocks?

0 Answers   Global Logic,


What is instanceof keyword?

0 Answers  


Why java is called not pure object oriented language?

0 Answers  


What is the static import?

0 Answers  


Categories