Which list does not allow duplicates in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between an object-oriented programming language and object-based programming language?
What is get () in java?
Can we override the static method?
What is default specifier ??? Use of default specifier ???
What is the difference between procedural and object-oriented programs?
Can an integer be a string?
What is an abstract class and abstract method?
What are the characteristics of java?
What is a treeset in java?
How do you check if two strings are equal in java?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
What is the difference between hashset and treeset in java?