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.
@rohinimv34122 ай бұрын
Thank you 😊 so much Durga sir for uploading vedios. 🙏
@abhisheksarkar91825 жыл бұрын
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 should be parameterized".
@ArjunSingh-is1bg3 жыл бұрын
JAVA King DurgaSir
@poornisridhar2705 жыл бұрын
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
@somdevbasu38796 жыл бұрын
FOR QUICK OVERVIEW:(these are timestamps) 2:57 7: 46 14:27 17:25
@sarbeshkumarsingh13287 жыл бұрын
Best teaching style............. Thanks Alote.....................
@javascriptwar95256 жыл бұрын
🙏😢Awesome sir ... You make it easy.. ❤no word to say ...
@mohammadmunshi82458 жыл бұрын
Way of Explanation is Wonderfull !
@atulrulers5 жыл бұрын
Just a suggestion. Subtitle will help a lot.
@sandeepkiran80397 жыл бұрын
thanks sir for giving valuable classes @ free...
@DineshMallee7 жыл бұрын
Concept explanation is awesome. Thanks. :)
@Sanjivan_Agro3 жыл бұрын
Mr. Java
@SaumyaSrivastava-sh4yhАй бұрын
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?
@DurgaSoftwareSolutionsАй бұрын
Hello Saumya. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@last_theorem6 жыл бұрын
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.
@DurgaSoftwareSolutions6 жыл бұрын
Hello Nibin. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
@rushikumarn43949 жыл бұрын
hello sir, your classes are excellent but if u upload the remaining map and queue videos also it will be very beneficial for us
@AshishPai19 жыл бұрын
What is the meaning of underlying datastructure for HashSet is hashtable?
@DharmendraKumar-ut2bn10 жыл бұрын
superb video sir....
@DurgaSoftwareSolutions9 жыл бұрын
Dharmendra Kumar View 42 videos on Collections in Java, kzbin.info/www/bejne/qHqWh55_qahjm6M View 5 videos on JSF, kzbin.info/www/bejne/qHLEYqqtjLGqZ7s View 50 videos on Oracle, kzbin.info/www/bejne/pomYiH2ZqdNmgdk View 35 videos on Hibernate, kzbin.info/www/bejne/iYubkpWHaNugmsU View 115 videos on Data Structures, kzbin.info/www/bejne/pXKkmnWHe7h4n80 View 58 videos on Struts, kzbin.info/www/bejne/pIrUpKGofaymh8k View 74 videos on Spring, kzbin.info/www/bejne/j6HWd4drZdKnntU View 41 videos on CRT, kzbin.info/www/bejne/nHW1n36GrtuFZ5Y View 12 videos on JAVA Reflections API & Annotations kzbin.info/www/bejne/eKmmqGOrid2NiNU View 39 videos on Java Real Time Project Implementation on Spring,Struts & Hibernate, kzbin.info/www/bejne/n3zRk2N3nLCNgJI View other videos on ADV JAVA kzbin.info/www/bejne/bmTNfaSKdsekh7c
@DurgaSoftwareSolutions9 жыл бұрын
Durga Software Solutions View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@top5things9682 жыл бұрын
Than k you Durga sir
@ananthagadi10528 жыл бұрын
You are doing good sir, Please correct for people, who are following you. Underlining data structure is HashMap not Hashtable.
@RishabhRJ045 жыл бұрын
Your comment is wrong. Underlying data structure for HashSet is Hashtable not Hashmap. As it implements the Set Interface, duplicate values are not allowed. Objects that you insert in HashSet are not guaranteed to be inserted in same order. Objects are inserted based on their hash code.
@harendrayegr Жыл бұрын
in the example of hashset , i have to use javac -xlint
@prajyotbhatkar47765 жыл бұрын
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?
@DurgaSoftwareSolutions5 жыл бұрын
Hello Prajyot. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@kavyag64855 жыл бұрын
It gets doubled each time whenever it is completely loaded...I.e., 16,32,64.....
@pavankumar04257 жыл бұрын
Awesome Explanation ... Thanks a lot .... please let us know if you have anything in C# side or C++
@srigowtham144610 жыл бұрын
Load factor is about when will be new HashSet will be created? but what will be the new capacity?
@Bigdaddy919827 жыл бұрын
'The initial capacity of HashSet is 16. When the load factor (0.75) is reached, i.e. 16 * 0.75 = 12; on the insertion of the 12th element the capacity is doubled, i.e. it becomes 32.'
@gauravsharma-oj2dz4 жыл бұрын
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.
@DurgaSoftwareSolutions4 жыл бұрын
Hello Gaurav. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@venkatachaitanyayadla17943 жыл бұрын
I think after trying to insert 8th element
@GauravKawatrakir8 жыл бұрын
awesome tutorials....underlying data structure of hashset is hashTable as sir said in video but when i google it every where i find internal implementation of hashset is hashmap. so it becomes bit confusing. which one is underlying data structire please clarify as soon as possible.
@Bigdaddy919827 жыл бұрын
hashmap indeed. 'This class implements the Set interface, backed by a hash table (actually a HashMap instance). It makes no guarantees as to the iteration order of the set; in particular, it does not guarantee that the order will remain constant over time. This class permits the null element.'
@sandromartins357910 жыл бұрын
The accent was too strong, so had to pay very close attention on the english part, but the explanation was very good! Thanks.
@thevagabond85yt10 жыл бұрын
I appreciate you for not using bad words. He is from south India and people there find it hard to pronounce the correct way. Some british and EU ppl use bad words to express there hatred for bad accent and ignore the effort in teaching stuff.
@vijaygmaster9 жыл бұрын
tHe_VaGaBonD ....yes man...even I m happy...he has explained very nicely...
@viksam0097 жыл бұрын
People in South speak English quite nicely and only few who come from smaller towns talk like this. I dont mean to offend the teacher because he is teaching well but just saying based on what I've seen. I have seen people speak English worse than this in North. Outside big cities like Delhi, North Indians speak English quite poorly with an ugly accent whereas most people in South can speak basic English.
@fortunespirit5 жыл бұрын
English is his third language. so ups and downs are natural. teaching on the other hand is the best
@aditchauhan8765 жыл бұрын
At best he is not adding fake accent. He is natural with a immense knowledge.
@sudihits24307 жыл бұрын
Very good explanation
@Ranjithreddysamrat9 жыл бұрын
Sir, We use Arraylist for frequent retrial because its implements RandomAcccess. then why we use hash set for frequent retrial which will not implement Random access...
@DurgaSoftwareSolutions9 жыл бұрын
Ranjith reddy View 42 videos on Collections in Java, kzbin.info/www/bejne/qHqWh55_qahjm6M View 5 videos on JSF, kzbin.info/www/bejne/qHLEYqqtjLGqZ7s View 50 videos on Oracle, kzbin.info/www/bejne/pomYiH2ZqdNmgdk View 35 videos on Hibernate, kzbin.info/www/bejne/iYubkpWHaNugmsU View 115 videos on Data Structures, kzbin.info/www/bejne/pXKkmnWHe7h4n80 View 58 videos on Struts, kzbin.info/www/bejne/pIrUpKGofaymh8k View 74 videos on Spring, kzbin.info/www/bejne/j6HWd4drZdKnntU View 41 videos on CRT, kzbin.info/www/bejne/nHW1n36GrtuFZ5Y View 12 videos on JAVA Reflections API & Annotations kzbin.info/www/bejne/eKmmqGOrid2NiNU View 39 videos on Java Real Time Project Implementation on Spring,Struts & Hibernate, kzbin.info/www/bejne/n3zRk2N3nLCNgJI
@DurgaSoftwareSolutions9 жыл бұрын
Durga Software Solutions View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@Bigdaddy919827 жыл бұрын
following
@parasmani85147 жыл бұрын
'null' insertion is not allowed in Hashtable but it is allowed in HashMap.
@brajasekhar62384 жыл бұрын
Which method is used to find the default capacity in hashset?
@DurgaSoftwareSolutions4 жыл бұрын
Hello Raja Sekhar. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@pal010610 жыл бұрын
what is the size ratio with which the object will be recreated after the max capacity is reached? like for arraylist , the new size of arraylist is 3/2*originalSize +1
@renjithr76766 жыл бұрын
The size will double . kzbin.info/www/bejne/nITNqZuFjrV1iKs
@akshatakabeer77948 жыл бұрын
very nice sir..
@abhay1112198810 жыл бұрын
Sir underlying data structure for HashSet is HashMap . Please correct me if I am wrong
@abhay1112198810 жыл бұрын
Because Hashtable doesn't allow null value.
@DurgaSoftwareSolutions10 жыл бұрын
yes underlying Data Structure for HashSet is HashMap but HashMap is internally implemented by using Hashtable only. Thats why in general we consider underlying data structure for both HashSet and HashMap is Hashtable.
@abhay1112198810 жыл бұрын
Thank u sir
@vijaygmaster9 жыл бұрын
Durga Software Solutions thanks a lot...even I was thinking d same...how come Durga sir can do mistake...
@rexsam31344 жыл бұрын
Better run example using Eclipse and show the hash details
@kasuvenkateshwarreddy84698 жыл бұрын
This is his native prononce .new capacity is 16 while debug time u can find out
@aanu94028 жыл бұрын
Hi Sir,can you please tell me how hashset internally work in java that video please
@aditay75388 жыл бұрын
sir u r great
@krishnavenibr1835 жыл бұрын
How to find first and last element in hashset sir. Is there any predefined method.
@WonderfulSound85 жыл бұрын
I think if we can iterate over iterator, so maybe no, because iterator has only next method
@Sandhyaauti3 жыл бұрын
Hello sir, is ppt available for whole collection Framework playlist ?
@DurgaSoftwareSolutions3 жыл бұрын
Hello Sandhya. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@akashkharat29469 жыл бұрын
whats the new capacity of new hashset that you not specify
@Bigdaddy919827 жыл бұрын
'The initial capacity of HashSet is 16. When the load factor (0.75) is reached, i.e. 16 * 0.75 = 12; on the insertion of the 12th element the capacity is doubled, i.e. it becomes 32.' REPLY
@gnanendrachowdary4806 жыл бұрын
What is meant by underline data structure and hash code????
@saipavan656210 жыл бұрын
sir, if load factor is 0.75 and initial capacity is 16. After inserting 12 elements what will be the new Capacity? i mean how it grows further?
@rakshithkanduri43724 жыл бұрын
it get doubles that means 16-32,32-64..........
@mittapallihareesh17038 жыл бұрын
I am using default load factor 0.75, and it reaches now new Hashset will be created , What is size of new Hashset ? Any formula is there to found ?
@Bigdaddy919827 жыл бұрын
'The initial capacity of HashSet is 16. When the load factor (0.75) is reached, i.e. 16 * 0.75 = 12; on the insertion of the 12th element the capacity is doubled, i.e. it becomes 32.' REPLY
@ravinasomvanshi68448 жыл бұрын
Hello Sir..could you tell us how to find capacity of HashSet(Not size of HashSet) ...Also after0.75% fill ratio of how much capacity new HasSet gets created?
@abhidita1438 жыл бұрын
go to paid tutorial!!!
@Bigdaddy919827 жыл бұрын
'The initial capacity of HashSet is 16. When the load factor (0.75) is reached, i.e. 16 * 0.75 = 12; on the insertion of the 12th element the capacity is doubled, i.e. it becomes 32.' REPLY
@sakshamapuri55176 жыл бұрын
Please have a tutorial for concurrent hashmap
@manishsultanpure6394 жыл бұрын
sir it is not giving false. If values are same so .Only it is ignoring that.
@TravelWorld110 жыл бұрын
Good video
@SwaroopKumarNallagalv10 жыл бұрын
plz add remaining videos of collections also...
@ccubecreations68873 жыл бұрын
What about new Capacity formula
@DurgaSoftwareSolutions3 жыл бұрын
Hello Friend. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@shashikantadandasena97969 жыл бұрын
sir please guide me on hashtable or upload video for hashtable..
@DurgaSoftwareSolutions9 жыл бұрын
***** Demo Sessions on youtube, Language Fundamentals(16 Videos)kzbin.info/www/bejne/m4W7lWtvqZ2hnas, Operators & Assignments(7 Videos)kzbin.info/www/bejne/Z3uqgIOeft6bd68, Flow Control(6 Videos)kzbin.info/www/bejne/jmfVhGyseZ5gp68.
@srikanthadani82248 жыл бұрын
sir please upload Hashtable video
@muhammedbasuney9 жыл бұрын
how to treat with equal and hashcode methods in hashset when the duplicate occur in hashset program like this example .. package collectionns; import java.util.HashSet; public class hashseterror { String language; int year; public hashseterror(String adress, int age) { this.language = adress; this.year = age; } public String toString() { return language + " " + year; } public static void main(String[] args) { HashSet hash = new HashSet(); hash.add(new hashseterror("java", 2015)); hash.add(new hashseterror("java", 2015)); System.out.println(hash); } } please explain video to treat with this error
@CprkMagicMoves9 жыл бұрын
Thank you sir.. and can you possible to upload java.util.concurrent package? Some people asked in interview room.. I want more knowledge on concurrent package sir..
@DurgaSoftwareSolutions9 жыл бұрын
Chiguru Praveenkumar View other videos on Collections in Java and click the below link kzbin.info/www/bejne/qHqWh55_qahjm6M
@DurgaSoftwareSolutions9 жыл бұрын
Durga Software Solutions View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@DurgaSoftwareSolutions9 жыл бұрын
Durga Software Solutions Hi, We are very Happy to say Our Expert Faculty Durga Sir's One-to-One Video Sessions on "Core Java with SCJP/OCJP" are available. Shooted from direct Class Room. YOu can access these videos from anywhere anytime. Around 200+ hours training, 178 Videos with clear explanation on every concept. 100% Satisfaction and Perfection in Subject guaranteed. For Demo Sessions Please call or drop a mail to us... DURGASOFT Online Training ph: 91-8885252627 mail :durgasoftonline@gmail.com, durgasoftonlinetraining@gmail.com Demo Sessions on youtube: 1. Language Fundamentals(16 Videos)kzbin.info/www/bejne/m4W7lWtvqZ2hnas 2. Operators & Assignments(7 Videos)kzbin.info/www/bejne/Z3uqgIOeft6bd68 3. Flow Control(6 Videos)kzbin.info/www/bejne/jmfVhGyseZ5gp68 durgasoft.com durgasoftonlinetraining.com facebook.com/durgasoftware durgajobs.com facebook.com/durgajobsinfo
@nstha88488 жыл бұрын
but you never talked about how or why it is best for search operation ? I was expecting something about it....
@bharaniakella77347 жыл бұрын
Because hashing techniques have O(1) time complexity for their search operation.
@mohdrafi76727 жыл бұрын
this video is good bcz less timing video
@kartikn16199 жыл бұрын
please upload java applet videos
@Nitinkandwal8 жыл бұрын
What is hashCode?
@KhalidRiaz8 жыл бұрын
Its a numerical number to identify an instance/object, you can acquire it by calling Object.GetHashCode() method (C#).
@kensplanet9 жыл бұрын
nice tutorial :)
@DurgaSoftwareSolutions9 жыл бұрын
Kenneth John View 42 videos on Collections in Java, kzbin.info/www/bejne/qHqWh55_qahjm6M View 5 videos on JSF, kzbin.info/www/bejne/qHLEYqqtjLGqZ7s View 50 videos on Oracle, kzbin.info/www/bejne/pomYiH2ZqdNmgdk View 35 videos on Hibernate, kzbin.info/www/bejne/iYubkpWHaNugmsU View 115 videos on Data Structures, kzbin.info/www/bejne/pXKkmnWHe7h4n80 View 58 videos on Struts, kzbin.info/www/bejne/pIrUpKGofaymh8k View 74 videos on Spring, kzbin.info/www/bejne/j6HWd4drZdKnntU View 41 videos on CRT, kzbin.info/www/bejne/nHW1n36GrtuFZ5Y View 12 videos on JAVA Reflections API & Annotations kzbin.info/www/bejne/eKmmqGOrid2NiNU View 39 videos on Java Real Time Project Implementation on Spring,Struts & Hibernate, kzbin.info/www/bejne/n3zRk2N3nLCNgJI View other videos on ADV JAVA kzbin.info/www/bejne/bmTNfaSKdsekh7c
@DurgaSoftwareSolutions9 жыл бұрын
Durga Software Solutions View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68