144 Vector vs ArrayList in Java
YOUR LINK HERE:
http://youtube.com/watch?v=4BWmtZQSedU
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. • Check out our courses: • Complete Java Developer Course Batch-4: https://go.telusko.com/Complete4 • Coupon: TELUSKO10 (10% Discount) • Spring Boot 3 and Spring AI - Live Course :- https://go.telusko.com/spring3springAI • Coupon: TELUSKO10 (10% Discount) • Master Java Spring Development : https://go.telusko.com/masterjava • Coupon: TELUSKO20 (20% Discount) • Udemy Courses: • Spring: https://go.telusko.com/udemyteluskosp... • Java:- https://go.telusko.com/udemyteluskojava • Java Spring:- https://go.telusko.com/Udemyjavaspring • Java For Programmers:- https://go.telusko.com/javaProgrammers • Python : https://go.telusko.com/udemyteluskopy... • Git : https://go.telusko.com/udemyteluskogit • Docker : https://go.telusko.com/udemyteluskodo... • For More Queries WhatsApp or Call on : +919008963671 • website : https://courses.telusko.com/ • Follow Navin Reddy on Instagram: / navinreddy20 • Subscribe to our other channel: • Navin Reddy : / @navinreddy • Telusko Hindi : • / @teluskohindi out • Follow Navin Reddy on Instagram: / navinreddy20 • Subscribe to our other channel: • Navin Reddy : / @navinreddy • Telusko Hindi : • / @teluskohindi • 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
#############################
