14.4 Vector vs ArrayList in Java
what is vector?
Vector introduced in jdk 1.0. Vector is type of list which implement list same as array list.
It is dynamic array in which you can increased size of array. vector increased size by 100%.
what is difference between ArrayList and Vector?
Vector : 1) when exceed array limit it will increased capacity by 100%. It waste lots of memory.
2) Vector is thread safe.
3) It is slow.
ArrayList : 1) when exceed array limit it will increased capacity by 50%. It save memory.
2) ArrayList is not thread safe.
3) It is fast.
For more details, watch this video.
Check out our website: http://www.telusko.com
Follow Telusko on Twitter: https://twitter.com/navinreddy20
Follow on Facebook:
Telusko : https://www.facebook.com/teluskolearnings
Navin Reddy : https://www.facebook.com/navintelusko
Follow Navin Reddy on Instagram: https://www.instagram.com/navinreddy20
Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channe....l/UCxmkk8bMSOF-UBF43
Telusko Hindi :
https://www.youtube.com/channe....l/UCitzw4ROeTVGRRLnC out our website: http://www.telusko.com
Follow Telusko on Twitter: https://twitter.com/navinreddy20
Follow on Facebook:
Telusko : https://www.facebook.com/teluskolearnings
Navin Reddy : https://www.facebook.com/navintelusko
Follow Navin Reddy on Instagram: https://www.instagram.com/navinreddy20
Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channe....l/UCxmkk8bMSOF-UBF43
Telusko Hindi :
https://www.youtube.com/channe....l/UCitzw4ROeTVGRRLnC
Subscribe to the channel and learn Programming in easy way.
Java Tutorial for Beginners: https://goo.gl/p10QfB
C Tutorial Playlist : https://goo.gl/8v92pu
Android Tutorial for Beginners Playlist : https://goo.gl/MzlIUJ
XML Tutorial : https://goo.gl/Eo79do
Design Patterns in Java : https://goo.gl/Kd2MWE
Socket Programming in Java : https://goo.gl/jlMEbg
Spring MVC Tutorial : https://goo.gl/9ubbG2
OpenShift Tutorial for Beginners : https://goo.gl/s58BQH
Spring Framework with Maven : https://goo.gl/MaEluO
Sql Tutorial for Beginners : https://goo.gl/x3PrTg
String Handling in Java : https://goo.gl/zUdPwa
Array in Java : https://goo.gl/uXTaUy
Java Servlet : https://goo.gl/R5nHp8
Exception Handling in Java : https://goo.gl/N4NbAW
-
Category
No comments found