Namaste from America! Your videos are very clear and concise. You clearly have a deep understanding of OOP.
@dwelve-dare7 жыл бұрын
Namaste!! Jonas.. Thanks on behalf of Durga sir. I appreciate your recognition.
@gunjanrai91817 жыл бұрын
Classroom example is not correctRun this: public class CollectionBasics1 { public static void main (String[] args){ Collection value = new ArrayList();value.add(1);value.add(2);value.add(2);value.add("Welcome"); for(Object x : value){System.out.println("value: " + x.toString() + " ");} Collection value2 = new HashSet();value2.add(1);value2.add(2);value2.add(2);value2.add("Collection Framework"); for(Object y : value2){System.out.println("value2: " + y.toString() + "\t");} System.out.println(" //add(), addAll(), remove(), removeAll(), clear(), retainAll()"); Collection value3 = new HashSet();value3.add(3);value3.add(4);value3.add("Gunjan");value3.add("Rai"); value3.add(value2); value3.addAll(value2); value3.addAll(value); value3.add(value); //value3.remove(value); value3.removeAll(value); //value3.retainAll(value); for(Object y : value3){System.out.println("value3: " + y.toString() + "\t");} } }
@kumarsantoshdash7 жыл бұрын
Went through several books and other training videos. But could never say that I understood the Collection framework well. Sir, you have done an excellent job explaining the details. I am not done will all sessions but could not stop myself appreciating your knowledge and teaching skills.
@RjDBIIPL Жыл бұрын
I got more knowledge from your end durga sir, heart of java
@RjDBIIPL Жыл бұрын
❤
@shrivathsagkumar6 жыл бұрын
LOOK AT THISAAAAA . is an emotion .. he uses very often when teaching
@jvsnyc4 жыл бұрын
These are actually quite good. The grand plan was that the early ones show the taxonomy or relationships of the whole hierarchy of different Collection and Map interface types, and intentionally don't go into detail about exactly how to work with each one. There are a couple of places one might want to add a sentence or two about why some of the weird ones exist and when you would actually use them, but pretty good. The later videos of the 42 then come down into details about how to actually make use of the methods on them. It was clear from the comments that not everyone got this when first watching, as people would ask for more detailed examples of how to use them. With the exception of the maps, which might have been accidentally omitted, they are all coming now in the later parts of the playlist.
@rupeshdubey64614 жыл бұрын
Sir, you have great teaching method. Huge repect for you. Thank you for your videos
@MufasaToday Жыл бұрын
You are so perfect to be honest.
@surabhisahu95415 жыл бұрын
In last screen Collection Interface should be written in place of Collection Class. Awesome video's thanks for making our lives easy.
@shindeprem228 Жыл бұрын
I was going to post the same 😄
@sahyadritech61252 жыл бұрын
Hi sir, There is just small mistake in notes at 10:50 You have written Collection Class insted on Collection interface by mistake. Thanks for the worderful tutorial
sir you are doing wonderful job, thanks alot sir.......!!!!
@jaydeepkumarpal23346 жыл бұрын
you are amazing sir.. please keep helping us
@firojsiddiki22076 жыл бұрын
Mind blowing...very clear explanation..salute _/|_
@susantaghosh5049 жыл бұрын
Thank You very much Durga Sir.Please upload video on internal working of hashMap
@DurgaSoftwareSolutions9 жыл бұрын
Susanta Ghosh 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
@susantaghosh5049 жыл бұрын
Thank you sir
@DurgaSoftwareSolutions9 жыл бұрын
Susanta Ghosh View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@rishisharma59355 жыл бұрын
You teach well.
@jsverma1438 жыл бұрын
I LIKE UR LECTURES VRY MUCH THANK U SIR
@anikethdeshpande83366 жыл бұрын
Thank you! You are the best
@tapanjeetroy82662 жыл бұрын
Thanks for uploading it
@kamalesh118710 жыл бұрын
Good Material....Please upload for MAP interface as well
@rumanir5 жыл бұрын
Awesome 👏✊👍
@karimshaikh39008 жыл бұрын
Very easy to understand.
@onceajordan7 жыл бұрын
when will videos on MAP and it's subtypes, differences be available?
@nagkala38539 жыл бұрын
good videos easy way to understand thank u sir
@DurgaSoftwareSolutions9 жыл бұрын
Nag Kala 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.
@punnamkarthik41510 жыл бұрын
hi Durga sir you videos are excellent. please can you upload some more video on map interface and queue . thank you
@DurgaSoftwareSolutions9 жыл бұрын
Punnam Karthik 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
@sagarsingh69178 жыл бұрын
Really Awesome Sir...
@DurgaSoftwareSolutions8 жыл бұрын
Hello, We are very Happy to say Now you can access All DURGA Sir's Core Java with OCJP/SCJP Video Sessions(200 Videos,21 Chapters,200 hours ). To get Maximum Benefit from these video sessions, compulsory you have to write notes also. Sir will dictate each and every point clearly. Demo Sessions on KZbin: 1.LanguageFundamentals(16Videos) kzbin.info/www/bejne/m4W7lWtvqZ2hnas 2.Operators&Assignments(7Videos) kzbin.info/www/bejne/Z3uqgIOeft6bd68 3.FlowControl(6Videos) kzbin.info/www/bejne/jmfVhGyseZ6kgw 4.ExceptionHandling(10Videos) kzbin.info/aero/PLd3UqWTnYXOnSkaum39zWYI6bPb3i7liz Please give your valuable feedback and it is very important and helpful for us. Note:-If you are interested for full version of videos please revert back for more information. Fee : 6000/- Duration: 6-months DURGASOFT Online Training Team, Mobile : +91-8885 25 26 27, +91-7207 21 24 28 Mail ID : durgasoftonline@gmail.com , durgasoftonlinetraining@gmail.com
@souticksamanta298111 күн бұрын
completed
@yashureddy53596 жыл бұрын
Sir in place of get() , there is a iterater is there . That is also to retrieve the object , then what is the difference between get() and iterator
@vijaynaidu7542 жыл бұрын
Watching in 2022 🎉👍
@SaurabhDube1959 жыл бұрын
great videos sir..keep it up..
@DurgaSoftwareSolutions9 жыл бұрын
Saurabh Dube 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 View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@DurgaSoftwareSolutions9 жыл бұрын
Durga Software Solutions 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.
@rhydhamjoshi19607 жыл бұрын
Nice explanation....Awesome! :)
@DurgaSoftwareSolutions7 жыл бұрын
Hi Joshi. Thank you very much for your feedback
@binayakgshankar91887 жыл бұрын
Sir, You are God !
@DurgaSoftwareSolutions7 жыл бұрын
Hi Choudhary. Thank you very much for your feedback
@shrikanthsaakre11016 жыл бұрын
Funny Accent(No regrets), But Knowledge Wise Excellent :)
@mostwanted66739 жыл бұрын
sir, u said that iterator() method is used to get the object one by one .. and again in the end u gave a note that collections dont have any method to retrieve objects quite confused with ur statements pls clarify my doubt thank you
@PaddlingDuckInc8 жыл бұрын
Because the Collection has to be flexible enough to subclass from. To retrieve an object, you to somehow pinpoint/index which object you want. Not all collections have the same indexing methods. (ArrayList indexed with integer position, HashMap indexed wtih key object). Some collections don't even allow retreiving any arbitrary object (Queue, Stack). You have the iterator method however, which allows you to visit all the items in a collection. If you must retreive any arbitrary object and only that object, Collection may not be the best interface to write your code against. Maybe you need something more specific to your use-case
@PraveenKumar-uj2ih3 жыл бұрын
@@PaddlingDuckInc Thanks Bro
@RameshMavuluri9 жыл бұрын
I think we have to change the final note statement i.e., no concrete class which implements collection interface directly.(instead of class)
@DurgaSoftwareSolutions9 жыл бұрын
Ramesh Mavuluri 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
@ckudalkar9 жыл бұрын
Superb
@DurgaSoftwareSolutions9 жыл бұрын
ckudalkar 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
@ckudalkar9 жыл бұрын
Wonderfull
@lpy41506 жыл бұрын
Sir but iterator( ) methods retrives objects na.....? How collection does not contain any method for retriving objects? Please clear my doubt....
@MrKellindill7 жыл бұрын
боже какая харизма!!!
@vaibhavphutane2869 жыл бұрын
excellent
@DurgaSoftwareSolutions9 жыл бұрын
Vaibhav Phutane 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.
@aftab-786012 жыл бұрын
Sir,why using Boolean with most methods
@DurgaSoftwareSolutions2 жыл бұрын
Hello Ansari. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@jawaharlalloungani52698 жыл бұрын
Super Cool
@manojbabu9999 жыл бұрын
This videos are helpful :)
@DurgaSoftwareSolutions9 жыл бұрын
D.Y.manoj babu 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
@Poradadham_Poyedhemundi6 жыл бұрын
Thankyou
@anjurawat92746 жыл бұрын
sir how this is possible to define any method in Collection interface ?
@yashureddy53596 жыл бұрын
Sir in place of get() , there is a iterater is there . That is also to retrieve the object , then what is the difference between get() and iterator