Does java set allow duplicates?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How do you check if a character in a string is a digit or letter?

0 Answers  


How do you use final keywords and final variables in Java?

2 Answers  


Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?

2 Answers  


What is e java?

0 Answers  


Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?

2 Answers   RBS,


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


What happens to a static var that is defined within a method of a class?

0 Answers  


What is default specifier ??? Use of default specifier ???

4 Answers   Cognizant, Syntel,


can I implement my own start() method? : Java thread

0 Answers  


How would you format a date in java? I.e. In the ddmmyyy format?

0 Answers  


What is string in java?

0 Answers  


Why volatile is used in java?

0 Answers  


Categories