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
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
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
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
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.
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.
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.
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
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
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 ?
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
Didn't know the concept of Virtual capacity so far.!! Thanks for sharing . 👍
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
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
Ur Teaching is just Amazinggggggggggg Naveen. Loads of blessings to you sir.
Most welcome ☺️
I like the iterate over an array using iterator and lambda expressions as well. Thank you
I can only say "Naveen is best"...Thank you:)
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
Glad you liked it
Got a good revision again 👍👍😊
First time i came to know about virtual capacity, Thank you so much Naveen for neat explanation
You're most welcome
Thanks sir
Very nice teaching..each basic concept is cleared
Thank you .Such a fantastic explanation 👏🙏
Thank you so much Naveen. You are literally a rockstar for us 😎🤓
Understood the topic. Thanks for this video
Thank you for providing valuable information sir 🙏🙏🙏
Awesome explanation . U had explained lamda expression us in interview questions series brother.
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
Thank you so much Naveen.
Excellent videos sir. A small request, please provide the Screenshots or notes of the lectures🙏🙏
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.
Same here
same here , I'm using JDK 11 on Intellij
Got to know virtual capacity concept
Thanks!
You are the best instructor ❤️
thanks for the video, it was great learning experience Naveen
Wonderful explanation. Thanks much
Awesome explanation as usual.
Many thanks! Great lecture!
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)
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.
Very nicely explained. Helpful for interview preparation. Please continue these type of series..
Greatest achievement for this video is that almost 7.5k view but no dislike yet .... amazing @navin
Good Trainer excellent
thank you so much Naveen
You are an Amazing teacher. Thank you so much. Do you have QA Automation courses ? (except youtube )
thankyou for sharing information
such detailed video thanks ir
Thank you so much :) too good :)
Thank u
Wow very well explained :)
very well explained
Thanks Naveen
Thanku so much sir
I have few doubts, how to contact you. Need your help in understanding few concepts with respect to my project plz 🙏🙏🙏
Thank you!
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.
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
Hello Sir,I have one question,Why should we change the virtual capacity? what is the exact function of it?
what is the use of virtual capacity ? Is there any advantage of having virtual capacity?
Does array list automatically increment the virtual size by 10 if we completely fill the 10 elements
Does virtual capacity dynamically updated while we add arraylist morthen 10 data.
Arraylist ar=new Arraylist();
Hi Naveen sir,
In the debig mode i am not able to see the virtual capacity picture, instead i am getting an error message.
Hi Naveen, please suggest me some books to improve communication..
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
Means (10 * 1.5) + 1 = 16
@@mohammadfarhan2290 Correct
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 ?
Incremental capacity = Current capacity *3/2 +1
hi sir can you explain difference between iterator and list iterator
Please do a video on multithreading
Sir, please something more on AWS🙏🙏
Ya more videos will be there on AWS lambda and api development using Lambda and api gateway.
StudentList.forEach(System.out::println):
I always print like this
Ya this is called method expression.
Sir how to take user defined arraylist??
hello Sir how to handle List of Maps...
Plzzz plzzzz provide Java course also🙏🙏
I could not find the virtual capacity even after debugging , i did mouseover but it is only showing the physical capacity :(
@Pushpendra Hanumanta tq brother :) same issue for me also, after changing to java, able to see v.capacity.
Naveen could you please share the code. GitHub Link
please upload more videos on collection
its a full series on collections : ruclips.net/p/PLFGoYjJG_fqoDQHufg7XVk-yb2w6CNpgF
@@naveenautomationlabs Thanku 🙏
One issue Naveen with the Virtual Capacity , i have snapshots to show u, can i email u those in ur business email?
naveenanimation20@gmail.com
Sir your some updloaded video are bit blurred so please improve clarity
Video is perfectly fine. You need to change ur hd settings to 1080p.
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
May be java version
Too many ads
Amazing explanation. Thanks.
Thank you Naveen
Thank you Naveen