Collection Framework - Collection interface details

  Рет қаралды 355,129

Durga Software Solutions

Durga Software Solutions

Күн бұрын

Пікірлер: 71
@jonassteinberg3779
@jonassteinberg3779 10 жыл бұрын
Namaste from America! Your videos are very clear and concise. You clearly have a deep understanding of OOP.
@dwelve-dare
@dwelve-dare 7 жыл бұрын
Namaste!! Jonas.. Thanks on behalf of Durga sir. I appreciate your recognition.
@gunjanrai9181
@gunjanrai9181 7 жыл бұрын
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");} } }
@kumarsantoshdash
@kumarsantoshdash 7 жыл бұрын
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
@RjDBIIPL Жыл бұрын
I got more knowledge from your end durga sir, heart of java
@RjDBIIPL
@RjDBIIPL Жыл бұрын
@shrivathsagkumar
@shrivathsagkumar 6 жыл бұрын
LOOK AT THISAAAAA . is an emotion .. he uses very often when teaching
@jvsnyc
@jvsnyc 4 жыл бұрын
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.
@rupeshdubey6461
@rupeshdubey6461 4 жыл бұрын
Sir, you have great teaching method. Huge repect for you. Thank you for your videos
@MufasaToday
@MufasaToday Жыл бұрын
You are so perfect to be honest.
@surabhisahu9541
@surabhisahu9541 5 жыл бұрын
In last screen Collection Interface should be written in place of Collection Class. Awesome video's thanks for making our lives easy.
@shindeprem228
@shindeprem228 Жыл бұрын
I was going to post the same 😄
@sahyadritech6125
@sahyadritech6125 2 жыл бұрын
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
@janjanamvenkatesh7897
@janjanamvenkatesh7897 10 жыл бұрын
excellent teaching ...................................
@harshpatel6952
@harshpatel6952 8 жыл бұрын
sir you are doing wonderful job, thanks alot sir.......!!!!
@jaydeepkumarpal2334
@jaydeepkumarpal2334 6 жыл бұрын
you are amazing sir.. please keep helping us
@firojsiddiki2207
@firojsiddiki2207 6 жыл бұрын
Mind blowing...very clear explanation..salute _/|_
@susantaghosh504
@susantaghosh504 9 жыл бұрын
Thank You very much Durga Sir.Please upload video on internal working of hashMap
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
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
@susantaghosh504
@susantaghosh504 9 жыл бұрын
Thank you sir
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
Susanta Ghosh View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@rishisharma5935
@rishisharma5935 5 жыл бұрын
You teach well.
@jsverma143
@jsverma143 8 жыл бұрын
I LIKE UR LECTURES VRY MUCH THANK U SIR
@anikethdeshpande8336
@anikethdeshpande8336 6 жыл бұрын
Thank you! You are the best
@tapanjeetroy8266
@tapanjeetroy8266 2 жыл бұрын
Thanks for uploading it
@kamalesh1187
@kamalesh1187 10 жыл бұрын
Good Material....Please upload for MAP interface as well
@rumanir
@rumanir 5 жыл бұрын
Awesome 👏✊👍
@karimshaikh3900
@karimshaikh3900 8 жыл бұрын
Very easy to understand.
@onceajordan
@onceajordan 7 жыл бұрын
when will videos on MAP and it's subtypes, differences be available?
@nagkala3853
@nagkala3853 9 жыл бұрын
good videos easy way to understand thank u sir
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
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.
@punnamkarthik415
@punnamkarthik415 10 жыл бұрын
hi Durga sir you videos are excellent. please can you upload some more video on map interface and queue . thank you
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
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
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
Durga Software Solutions View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@sagarsingh6917
@sagarsingh6917 8 жыл бұрын
Really Awesome Sir...
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 8 жыл бұрын
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
@souticksamanta2981
@souticksamanta2981 11 күн бұрын
completed
@yashureddy5359
@yashureddy5359 6 жыл бұрын
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
@vijaynaidu754
@vijaynaidu754 2 жыл бұрын
Watching in 2022 🎉👍
@SaurabhDube195
@SaurabhDube195 9 жыл бұрын
great videos sir..keep it up..
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
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
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
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.
@rhydhamjoshi1960
@rhydhamjoshi1960 7 жыл бұрын
Nice explanation....Awesome! :)
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 7 жыл бұрын
Hi Joshi. Thank you very much for your feedback
@binayakgshankar9188
@binayakgshankar9188 7 жыл бұрын
Sir, You are God !
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 7 жыл бұрын
Hi Choudhary. Thank you very much for your feedback
@shrikanthsaakre1101
@shrikanthsaakre1101 6 жыл бұрын
Funny Accent(No regrets), But Knowledge Wise Excellent :)
@mostwanted6673
@mostwanted6673 9 жыл бұрын
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
@PaddlingDuckInc
@PaddlingDuckInc 8 жыл бұрын
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-uj2ih
@PraveenKumar-uj2ih 3 жыл бұрын
@@PaddlingDuckInc Thanks Bro
@RameshMavuluri
@RameshMavuluri 9 жыл бұрын
I think we have to change the final note statement i.e., no concrete class which implements collection interface directly.(instead of class)
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
Ramesh Mavuluri View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
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
@ckudalkar
@ckudalkar 9 жыл бұрын
Superb
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
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
@ckudalkar
@ckudalkar 9 жыл бұрын
Wonderfull
@lpy4150
@lpy4150 6 жыл бұрын
Sir but iterator( ) methods retrives objects na.....? How collection does not contain any method for retriving objects? Please clear my doubt....
@MrKellindill
@MrKellindill 7 жыл бұрын
боже какая харизма!!!
@vaibhavphutane286
@vaibhavphutane286 9 жыл бұрын
excellent
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
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-78601
@aftab-78601 2 жыл бұрын
Sir,why using Boolean with most methods
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 2 жыл бұрын
Hello Ansari. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@jawaharlalloungani5269
@jawaharlalloungani5269 8 жыл бұрын
Super Cool
@manojbabu999
@manojbabu999 9 жыл бұрын
This videos are helpful :)
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
D.Y.manoj babu View other videos on Collections in Java and click the below link kzbin.info/www/bejne/qHqWh55_qahjm6M
@DurgaSoftwareSolutions
@DurgaSoftwareSolutions 9 жыл бұрын
Durga Software Solutions View 9 videos on ENUM, kzbin.info/www/bejne/imLJfoqtfp53Z6c View 16 videos on Serialization, kzbin.info/www/bejne/mHrdl6Wsmdlqp68
@Poradadham_Poyedhemundi
@Poradadham_Poyedhemundi 6 жыл бұрын
Thankyou
@anjurawat9274
@anjurawat9274 6 жыл бұрын
sir how this is possible to define any method in Collection interface ?
@yashureddy5359
@yashureddy5359 6 жыл бұрын
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
Collection Framework - List interface details
10:50
Durga Software Solutions
Рет қаралды 354 М.
Overview of Collection framework
16:43
Durga Software Solutions
Рет қаралды 536 М.
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,8 МЛН
Hoodie gets wicked makeover! 😲
00:47
Justin Flom
Рет қаралды 125 МЛН
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24
ArrayList details (Collection Framework)
32:52
Durga Software Solutions
Рет қаралды 575 М.
Collection Interface in Java | Collection Interface Methods by Deepak
45:48
Smart Programming
Рет қаралды 137 М.
Map in Java || Map Interface Methods || Java Collection Framework
32:54
Smart Programming
Рет қаралды 44 М.
Differences between String  and StringBuffer
7:57
DURGA EDUCATION
Рет қаралды 546 М.
Vector class details (Collection Framework )
23:35
Durga Software Solutions
Рет қаралды 291 М.
LinkedList details ( Collection Framework)
20:44
Durga Software Solutions
Рет қаралды 375 М.
Difference between "== operator" and "equals() method"  in java?
6:37
DURGA EDUCATION
Рет қаралды 446 М.
Java Collections Framework | Java Placement Course
17:53
Apna College
Рет қаралды 668 М.
Differences between ArrayList and Vector (Collection Framework)
5:31
Durga Software Solutions
Рет қаралды 262 М.
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,8 МЛН