HashSet (Collection Framework)

preview_player
Показать описание
This Video explains Core Java - Collection Framework | HashSet. Training Tutorial delivered by our Trainer Durga Sir.

DURGASOFT is INDIA's No.1 Software Training Center

Trainer Name : Mr.Durga
Course : Core Java
Topic : HashSet
Methods of Training : Inclass, Online, Video based training

Location : 2nd Floor, Canara Bank Building, S.R Nagar, Hyderabad-500032
Contact Phone : +91-8885252627,+91-7207212428,+91-7207212427, (US)+1-(443) 332-6786

Other Courses We Offered :
JAVA, OCJP/SCJP, .NET , ANDROID, HADOOP, TESTING TOOLS , ADF, INFORMATICA, TABLEAU, IPHONE, OBIEE, ANJULAR JS, SAP,etc.

Enjoy and stay connected with us!!

© 2016 Durga Software Solutions Pvt Ltd.
Рекомендации по теме
Комментарии
Автор

Durga Sir, one thing i will definitely comment, i have seen most of your collection videos  and the way you have explained the concepts with example on such tough topics collections made me very easy to understand. The way you explained conceptually every topics is amazing. Thank you so much sir. If possible please put one video on Hashcode() and equal method () importance and differences. I have seen others video on this topic but not at all clear.

saifhaidri
Автор

Hi Sir, HashSet will be heterogeneous only when we don't provide Generic with it. In that case ArrayList, LinkedList all can be heterogeneous if we don't use Generic. And using collection without generic in a project will lead to this warning "Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized".

abhisheksarkar
Автор

Sir thank you so much I am new to java ur explanations are very easy to understand. Even I saw lot of concepts but not understandable

poornisridhar
Автор

FOR QUICK OVERVIEW:(these are timestamps)
2:57
7: 46
14:27
17:25

somdevbasu
Автор

Thank you 😊 so much Durga sir for uploading vedios. 🙏

rohinimv
Автор

Just a suggestion. Subtitle will help a lot.

atulrulers
Автор

🙏😢Awesome sir ...
You make it easy..
❤no word to say ...

javascriptwar
Автор

thanks sir for giving valuable classes @ free...

sandeepkiran
Автор

Concept explanation is awesome. Thanks.
:)

DineshMallee
Автор

You are doing good sir, Please correct for people, who are following you. Underlining data structure is HashMap not Hashtable.

ananthagadi
Автор

hello sir, your classes are excellent but if u upload the remaining map and queue videos also it will be very beneficial for us

rushikumarn
Автор

The accent was too strong, so had to pay very close attention on the english part, but the explanation was very good! Thanks.

sandromartins
Автор

in the example of hashset , i have to use javac -xlint

harendrayegr
Автор

Awesome Explanation ... Thanks a lot .... please let us know if you have anything in C# side or C++

pavankumar
Автор

What is the underlying data structure of HashSet? I recall having read it as HashTable but now it's updated to hashMap. Was what we read earlier wrong?

SaumyaSrivastava-shyh
Автор

Hi Sir,

Thanks for providing high-quality learning resources. You teach really well.

I have one question like in an ArrayList after 100% capacity reached new ArrayList is created, similarly, if we create a HashSet with an initial capacity of 10 when the new HashSet will get created i.e when inserting 8th element or after inserting 7th element.

gauravsharma-ojdz
Автор

What is the meaning of underlying datastructure for HashSet is hashtable?

AshishPai
Автор

'null' insertion is not allowed in Hashtable but it is allowed in HashMap.

parasmani
Автор

How does the the hash set extend there field. In the case of arraylist all the data is transferred to a newly formed big fields, what procedure is followed in the hashset.

last_theorem
Автор

I want to know Sir you are saying that new HashSet is created when 75% of 1st HashSet is filled but what is the size of new HashSet?? Is there any rule/formula to calculate size of new HashSet?

prajyotbhatkar