Can java list contain duplicates?
No Answer is Posted For this Question
Be the First to Post Answer
Are arrays static in java?
Can we declare a static variable inside a method?
Can we overload destructor in java?
what is struts-config-xml?and its use?
Can i have abstract class with no abstract methods?
Is it possible to write static method in abstract class? justyfy your answer?
What is broken and continue statement?
Can you access non static variable in static context?
What happens when the main() isn't declared as static?
What is the difference between overloading and overriding a function?
13 Answers eG Innovations, Infosys, TCS,
What is the difference between int and integer in java?
what is the difference between String s="hello"; and String s=new String("hello");?