Explain what access modifiers can be used for variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is aggregation and composition ?
What does three dots mean in java?
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
Explain the difference between hashmap and hashtable in java?
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?
What is meant by distributed application? Why are we using that in our application?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What variables are stored in stack?
What is the basic difference between string and stringbuffer object?
what is the form of storage space in java?
Define iterator and methods in iterator?
Is it possible to override private or static method in java?