ArrayList vs Vector || Collection Framework in java || Java interview preparation

preview_player
Показать описание
java interview preparation// ArrayList vs vector in Java is one of the most common questions asked in the interview and it’s very easy to answer all the differences but the problem comes when the interviewer starts asking you counter questions on your statement. This video is designed to answer all those counter questions. So by the end of this video, you will not only master the differences between ArrayList and vector but also you will learn to answer questions on CopyOnArrayList, ArrayList and Vector performance in a multithreading environment, concurrent modification exception scenario, java iterator and the internal of ArrayList and vector.

If you are new to the collection framework, I recommend you to watch the ArrayList beginner's introduction video by clicking the link below.

For more java collections interview questions, consider subscribing by clicking the link below.

Stay tuned and like my Facebook page for more.

#ArrayListVsVector #CollectionFramework #JavaInterview

Music :
-----------
credits : -
(intro)
Creative Commons — Attribution 3.0 Unported— CC BY 3.0

intro template :
Рекомендации по теме
Комментарии
Автор

Hello sir, I'm 4th year engineering student and what i actually feel is these types of discussion missing in colleges.... Great learning from this video tutorial and i would like to thank you again and again for your effort....

If possible please create a similar session for multithreading.
Thanks

Shivamguptastar
Автор

Hi sir....im huge fan of ur teaching....the best thing is the way u start teaching from scratch...its a very good session and interesting too...keep doing these kind of videos..i mean interactive videos

rameshchetan
Автор

Really gud explanation Abhilash..I have faced this topic many times in interviews.And the you both have explained it in a very simple way.. I dont think any1 gonna face any more confusion on it .. really gud 1. Waiting for more these kind of vedios.

rakeshkumar
Автор

Thanks a million. you just got a new subscriber. Everything is awesome in this video. animation, conversation, programming just perfect.

rashmighurde
Автор

Today I watch this particular videos 2 times...Really glad to watch this...Thnks Abhilash...

avishekdutta
Автор

One of interview question is Difference b/w Hashtable vs Hashmap it's mostly ask so upload this related video please

munaswamy
Автор

What should i say about video and u ?It's simple amazing.Thanks both of u alot.Who are watching this video they are definately getting clarity, no doubt on that.thanks again

bhaskarchandrasatpathy
Автор

what an effort mesmorised by listening this great superb thank u soo much keep rocking sir good luck

anilamane
Автор

Very good concept covered for Java Interviewers, Please upload more similar Java interview Question and Answer videos.

ganeshteradata
Автор

Good job sir... There is no one can teach like you

mohdshahban
Автор

Abhilash and Ashish Thanks a lot for this going on

ranmaleankur
Автор

Hi Sir..I am u r new subscriber..i like u r teaching.The way u explained is easy to understand who don't know Java also.

rajasekharreddy
Автор

I found from java doc :
A structural modification is any operation that adds or deletes one or more mappings;

I think adding element is also structural change.

PradipYogi
Автор

Bro the way you present the subject that comes with inbuilt talent eagerly waiting for spring boot videos...

addadadileepvarma
Автор

hey brother this is ur first video which i watched and i loved it..i hope you will continue making such videos...thanks brother for such clear explanation..

ShubhamSingh-gxuf
Автор

My Understandings
Marker Interface is the gives permissions to jvm to perform respective tasks with the object
Arraylist and Vector good for search operations, Because they implemented RandomAccess interface
Difference between Arraylist & Vector
1.Arraylist is not thread safe, but vector
2.Vector is legacy class, but arraylist not
3.Arraylist runtime capacity increased 50%. but vector 100%
4.Arraylist not use of Enumuration, but Vector
Offtopic QA
ListIterator is used only for list interface implemented classes only

sureshrayudu
Автор

Abhilash, can you make video for. Multithreading concept, it's confusing little bit, if you makr video I can understood easily

santhoshchandran
Автор

Great start.Please post more core vedio.

Saravanan-ljso
Автор

thanks for your effort man ! nice video

AbhishekSharma-yqjn
Автор

Array List allows duplicates or not allows duplicates?

vidyamc