What do you mean by static variable?


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

Post New Answer

More Core Java Interview Questions

class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What is the range of the char type?

3 Answers  


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

0 Answers  


Is logger a singleton?

0 Answers  


Can an interface be defined inside a class?

0 Answers  


how to open and edit XML file in Weblogic???

0 Answers   Symphony,


solve (x-1)(x-9)=8;

3 Answers   IBM, Manhattan, TCS,


Can we inherit the constructor in a Class?please give one example.

9 Answers   iGate,


Distinguish method overloading and method overriding

4 Answers   Tech Mahindra,


what is life cycle of applet?

9 Answers  


What is the difference between procedural and object-oriented programs?

0 Answers  


What are 3 boolean operators?

0 Answers  


Categories