Didn't know the concept of Virtual capacity so far.!! Thanks for sharing . 👍
@harithasri83722 жыл бұрын
If anybody wants to start this video but feeling this is lengthy, dont think twice just watch it. His videos are worth watching even thought they are 2 hrs just watch. We will get to know every piece of info about that concept
@sangeetasuman72442 жыл бұрын
It's good way of teching sir because all mentor of youtuber tell about basic concepts but ur way of teching basic to advanced really nice 👍 I always look for this type of teacher
@sangeetsingh89803 жыл бұрын
Ur Teaching is just Amazinggggggggggg Naveen. Loads of blessings to you sir.
@naveenautomationlabs3 жыл бұрын
Most welcome ☺️
@nidhipriya20684 жыл бұрын
I can only say "Naveen is best"...Thank you:)
@jeyhunaliyev17654 жыл бұрын
Watched it till end Loved the way of declaring array-list with Arrays.aslist method Its very clear And especially Printing with lambda its awesome Thank you very much Naveen
@naveenautomationlabs4 жыл бұрын
Glad you liked it
@muralikrishnapentakota38754 жыл бұрын
First time i came to know about virtual capacity, Thank you so much Naveen for neat explanation
@naveenautomationlabs4 жыл бұрын
You're most welcome
@sureshgarine4 жыл бұрын
I like the iterate over an array using iterator and lambda expressions as well. Thank you
@SarangHoley4 жыл бұрын
Got a good revision again 👍👍😊
@navvyanavelinanda57073 жыл бұрын
Thanks sir Very nice teaching..each basic concept is cleared
@artimandale82868 ай бұрын
Awesome explanation as usual.
@sumitpandey57072 жыл бұрын
thanks for the video, it was great learning experience Naveen
@swatiagrawal14894 жыл бұрын
Thank you so much Naveen. You are literally a rockstar for us 😎🤓
@vinavmevada84193 жыл бұрын
Thank you .Such a fantastic explanation 👏🙏
@nandagopal375 Жыл бұрын
Thank you for providing valuable information sir 🙏🙏🙏
@26raso4 жыл бұрын
Understood the topic. Thanks for this video
@nikeshkumar-gl1fv3 жыл бұрын
You are the best instructor ❤️
@pandudamera72114 жыл бұрын
Awesome explanation . U had explained lamda expression us in interview questions series brother.
@ramachavali40154 жыл бұрын
Thank you so much Naveen.
@jayantamandal97324 жыл бұрын
Thanks a lot Naveen for the detailed explanation including the stream and Iterator usage. In future if your time permits can you please make video on API automation using python
@meghraj3 жыл бұрын
Greatest achievement for this video is that almost 7.5k view but no dislike yet .... amazing @navin
@conred14014 жыл бұрын
Very nicely explained. Helpful for interview preparation. Please continue these type of series..
@pushkarbisht49893 жыл бұрын
Good Trainer excellent
@apoorvau57412 жыл бұрын
Wow very well explained :)
@rishabhgupta9033 Жыл бұрын
Excellent videos sir. A small request, please provide the Screenshots or notes of the lectures🙏🙏
@catmom65722 жыл бұрын
Many thanks! Great lecture!
@supriyamishra59684 жыл бұрын
Got to know virtual capacity concept Thanks!
@DipakDas-tm3nu3 жыл бұрын
Naveen your training video is amazing, I have learned so many thing in java from your old video, this is the new one. One thing I want to ask you when I revision this java collection is which process I follow, can I see the video again and writing the same prog or is any trick to revision.
@amalas40043 жыл бұрын
Wonderful explanation. Thanks much
@munnisk16863 жыл бұрын
thank you so much Naveen
@piyushmathpal42444 жыл бұрын
Man, how you do know this debugger concepts? Was this your personal experiment or you read a lot? Seriously that's very deep knowledge. (16:59)
@shubhamsinghkhichi40956 ай бұрын
such detailed video thanks ir
@Anjali-pn9lh3 жыл бұрын
You are an Amazing teacher. Thank you so much. Do you have QA Automation courses ? (except youtube )
@superbbcfan3 жыл бұрын
Hello Naveen. I am following your video as as you have shown at 16:44, you are able to see the virtual capacity. However, in my case when I run in debug mode, I am not able to find it. I can only see the element that I have added to the ArrayList. I am not able to see the remaining none elements (which is the remaining virtual capacity) Please could you help me to understand how can I see the virtual capacity. I am using Eclipse IDE on Windows 10 OS.
@vibhooti26663 жыл бұрын
Same here
@gauri_korde2 жыл бұрын
same here , I'm using JDK 11 on Intellij
@shalinianumula21082 жыл бұрын
thankyou for sharing information
@nagashriravindra77463 жыл бұрын
Thank you so much :) too good :)
@naveenautomationlabs3 жыл бұрын
Thank u
@riyagupta14473 жыл бұрын
very well explained
@baubaudinamo3 жыл бұрын
Thanks Naveen
@divakarpandey90942 жыл бұрын
Thanku so much sir
@shivaprasad88044 жыл бұрын
Nice video. Default Initial Capacity or Virtual Capacity of an empty array list = 10. Once the ArrayList reaches its maximum capacity, then a new ArrayList object is created with: New Capacity = (Current Capacity * 1.5) + 1
@mohammadfarhan22903 жыл бұрын
Means (10 * 1.5) + 1 = 16
@shivaprasad88043 жыл бұрын
@@mohammadfarhan2290 Correct
@ramachavali40154 жыл бұрын
I have few doubts, how to contact you. Need your help in understanding few concepts with respect to my project plz 🙏🙏🙏
@aarunkumar3 жыл бұрын
Hi sir your collections classes are very good. Sir I have one doubt, do we use collections concepts in selenium automation or for interview point of view we need to know collections concepts
@myåurajinu3 жыл бұрын
Thank you!
@gauri_korde2 жыл бұрын
Hi Naveen, When I'm running the same program in IntelliJ , I can see only 1 memory slot is allotted for each addition not the chunk of 10 as you showed in video. Say I add 1st value - one slot is allotted then I add 2nd value then second slot is allotted. I'm using JDK 11.
@jinalshah70233 жыл бұрын
Hello Sir,I have one question,Why should we change the virtual capacity? what is the exact function of it?
@sainathvallampatla51353 жыл бұрын
Does array list automatically increment the virtual size by 10 if we completely fill the 10 elements
@vijayapriyapalanikumar62133 жыл бұрын
Does virtual capacity dynamically updated while we add arraylist morthen 10 data. Arraylist ar=new Arraylist();
@ravinderyadav958111 ай бұрын
Hi Naveen sir, In the debig mode i am not able to see the virtual capacity picture, instead i am getting an error message.
@mayank.0072 жыл бұрын
what is the use of virtual capacity ? Is there any advantage of having virtual capacity?
@PratikTate4 жыл бұрын
Hi Naveen, please suggest me some books to improve communication..
@monikaveeramalla33813 жыл бұрын
Please do a video on multithreading
@sandeepbilihalli26432 жыл бұрын
After adding 10 elements to arraylist what will be the virtual capacity of arraylist? How much virtual capacity gets added after the existing capacity is filled ?
@arvindsharma801 Жыл бұрын
Incremental capacity = Current capacity *3/2 +1
@nalinireddy20383 жыл бұрын
hi sir can you explain difference between iterator and list iterator
@goldfan55234 жыл бұрын
Sir, please something more on AWS🙏🙏
@naveenautomationlabs4 жыл бұрын
Ya more videos will be there on AWS lambda and api development using Lambda and api gateway.
@sounakmitra52733 жыл бұрын
Sir how to take user defined arraylist??
@mohitgupta71453 жыл бұрын
hello Sir how to handle List of Maps...
@nprathyusha78762 жыл бұрын
Plzzz plzzzz provide Java course also🙏🙏
@vikasyadav-es8uh3 жыл бұрын
StudentList.forEach(System.out::println): I always print like this
@naveenautomationlabs3 жыл бұрын
Ya this is called method expression.
@anand45463 жыл бұрын
please upload more videos on collection
@naveenautomationlabs3 жыл бұрын
its a full series on collections : kzbin.info/aero/PLFGoYjJG_fqoDQHufg7XVk-yb2w6CNpgF
@anand45463 жыл бұрын
@@naveenautomationlabs Thanku 🙏
@lethimcode46803 жыл бұрын
I could not find the virtual capacity even after debugging , i did mouseover but it is only showing the physical capacity :(
@desuteja5023 жыл бұрын
@Pushpendra Hanumanta tq brother :) same issue for me also, after changing to java, able to see v.capacity.
@tanushrimukherjee27624 жыл бұрын
One issue Naveen with the Virtual Capacity , i have snapshots to show u, can i email u those in ur business email?
@naveenautomationlabs4 жыл бұрын
naveenanimation20@gmail.com
@WMohanty3 жыл бұрын
Naveen could you please share the code. GitHub Link
@vinaysharma5303 жыл бұрын
Sir your some updloaded video are bit blurred so please improve clarity
@naveenautomationlabs3 жыл бұрын
Video is perfectly fine. You need to change ur hd settings to 1080p.
@srinidhiswetha18913 жыл бұрын
Hi Naveen, ArrayList is not identified in my eclipse. even after adding( import java.util.ArrayList ) manually it gives an error.Am i missing something. Please suggest