What is anti pattern in java?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Why string objects are immutable in java?
What data type is true or false?
Differentiate between the constructors and methods in java?
what is difference between front controller and action servlet?
What is string array?
Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.
what is request dispatcher and how does it work?
Explain cookies?
Why arraylist is used in java?
Why is stringbuffer not immutable?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?