What is an eror in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between the public, private, final, protected, and default modifiers?
is memory to the abstract class allocated ..or objects not instantiated
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
Does 'true' and 'false' are keywords?
Which is dependent variable?
Can an exception be rethrown?
what is meant by serialization?
What is dynamic binding?
Difference between a Canvas and a Scroll Pane?.
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?
explain the clone method and clonable interface
What is considered an anti pattern?