What do you mean by static variable?
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?
What is the range of the char type?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Is logger a singleton?
Can an interface be defined inside a class?
how to open and edit XML file in Weblogic???
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
Can we inherit the constructor in a Class?please give one example.
Distinguish method overloading and method overriding
what is life cycle of applet?
What is the difference between procedural and object-oriented programs?
What are 3 boolean operators?