This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro
i your previous video.. while declaring arraylist, you used the code " ArrayList=new ArrayList(); " but here in this video, you used the code" ArrayList=new ArrayList (); " won't it show some error?
Perfect. Short and to the point man... Great video.. if you need a logo intro for your RUclips Chanel i will do 1 for you for free.. Great tutorial man.. keep it up
a question : isn't it a bad practice to not specify the object type when creating lists? Then why do you not mention the object type when creating the arraylist after the new keyword?
import java.util.*;
public class Main {
public static void main(String[] args) {
ArrayList groceryList = new ArrayList();
ArrayList bakeryList = new ArrayList();
bakeryList.add("pasta");
bakeryList.add("garlic bread");
bakeryList.add("donuts");
ArrayList produceList = new ArrayList();
produceList.add("tomatoes");
produceList.add("zucchini");
produceList.add("peppers");
ArrayList drinksList = new ArrayList();
drinksList.add("soda");
drinksList.add("coffee");
groceryList.add(bakeryList);
groceryList.add(produceList);
groceryList.add(drinksList);
System.out.println(groceryList);
}
}
Could you please explain LinkedList?
It is giving me error in main method
@@fatimafarwa6952 i added each list at a time, and it worked.
thank you so much guru................
if we are using the integer instead of string what will be the change in the code will be for eg: a list of real numbers.
Yooo Bro I'm nothing without you bro, your work is much appreciated to me bro.
I was searching for list inside list and I wasn't getting any video.
but, Bro Code saved the day.
Thank you for such easy explanation.
Short and to-the-point :D thank you
I was about to buy a udemy course. But found this series, You are awesome bro. God bless you more !!!
Super helpful. Straight to the point and explained with a lot of joy. Thanks!
Well made and simple, yet very informative!
Dude, you're awesome I have searched the whole internet to find someone clearly explaining this.
glad it helps. thanks for watching Igor
This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro
thanks bro you are a life saver
This is an excellent explanation. Logic flow is very clear and concise. Thank you.
Excellent , understandable and very clear teaching in 7 minutes
One of the best tutorials I have ever seen thank you bro
Bro you are awesome! Simple and straight to the point! I always look forward to the next video!
you pro at teaching !!
Thanks Bro! you're the best coding teacher i ever had!
bro code definition: savior, pro, javamaster, legendary teacher
wow belive me the most and perfect RUclips Channel For Me ...
it was so awesome bro!🤩💥
Its very helpful for me thankyou , I love your clear and simple explanation
Your channel is an absolute goldmine of information. Thanks brotha!
I was having problem how to fetch a single element from 2d list .
Thank you for clearing my doubts
i your previous video.. while declaring arraylist, you used the code " ArrayList=new ArrayList(); "
but here in this video, you used the code" ArrayList=new ArrayList (); "
won't it show some error?
Hello. Did you get an answer for this?
Helped me even enjoy learning about 2D lists, thank you!!
thanks for watchin Aayush!
This channel is goated.
My Favorite Programming Mentor ❤️❤️❤️❤️ Thankyou 🥺 All done
I am a fellow Bro ❣️
really great intro to 2D ArrayLists, thanks!
very good and simple explanation of your.
quite informative with simple words
Thank you big bro, I always enjoy your tutorials. They're plenty fun.
nice bro
bro you made it so easy, i understood in no time. 👍👍👍👍👍👍👍
simple and easy to understand. Thanks
Love to learn java when watching your videos. Much love ❤
Nobody expounded this concept in such detail or else it is a paid version !!! Thanks !!
Love your clear and simple explanation
Thanks for the free and quality content
Great tutorials so far. I really enjoy it.
thanks for watching Maciej
Thanks for these short and knowledgeable video👌
thanks for watching Abhijeet
You are a great teacher ❤❤
nothing but RESPECT for you fr
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
Clean & on point, thanks buddy.
The intro music finally reappear after a long time in the playlist.:D
Love From Bangladesh. Thanks, Dear.
You are a SuperheBro. Your videos are awesome!
2:12 Where does the "How many users?: " on the console screen come from?
Great video and explanation
the best youtube channel
My favorite channel!!
Thank you for these easy, straight to the point videos 👍
Thank you very much sir, it's really helpfull......keep it up 👍
Very useful video
this is a great tutorial wahhh!!, well made simple :)
Yes. It is.
Sooo much fun to learn stuff from that one fellow Bro. 😍
very easy to understand as every other Videos!!! Thanks for your hard works, Bro!!!
Hey Bro, I love your channel so much!
This was incredibly helpful! Thank you!
I love your explanation. Great video.
you make programming look easy!
EZ and nice explanation bro... thanks..
thanks! very helpful and well explained
Short and sweet, thanks!
Very well done Bro. from Cuba ty
Out standing 🧍♂️ 🙌 😎 💪 👌
Omw appreciate you so much bro!!!
You have saved me from disaster whitest I cram code for my deadline
Excellent..It helped me
I always learn smth new! Thanks bro
Great explanation
keep making this videos bro was helpful.
Thank you very much for this video
thanks u so much for making this video...plz keep uploading videos based on collections especially multidimensional lists...😊😊🙏
Informative
Learning from you so much
You are doing an amazing job Bro 😍
you are a great programmer and thanks for teaching 🥳
Very well explained. Thank you! :D
Whats i can is just you are soo amazing thanks alot.
Thank you so much bro!! ❤
imazingggggg..Totaly , l understood
Keep up the good work,bro!
finally something helpful... thanks
Goat explaination❤
Got it....😍...awsm..your method of teaching is cool and simple at the same time....and yeah...defeat the shitty utube algorithm
I hate the algorithm lol
Thank you! Wonderful explanation!
Superb
Perfect. Short and to the point man... Great video.. if you need a logo intro for your RUclips Chanel i will do 1 for you for free.. Great tutorial man.. keep it up
nice video mate,cheers!
Thanks! Please do cover all the concepts of Data Structures in Java
Amazingly explained!
short and well explained
a question : isn't it a bad practice to not specify the object type when creating lists? Then why do you not mention the object type when creating the arraylist after the new keyword?
That style is deprecated. Without the type is okay and recommended.
nice explanation
Get my sub bro.., this truly helped me!
Great tutorial really helped me out :)
thanks for watching!
nice stuff ... keep it up
Amazing. Do you have any task book for it and tasks for dynamic array as for 1 d so for 2d
Thanks, Bro! ☕ You're awesome!
precise
thanks! it was informative