Introduction to Programming - Types of Languages, Memory Management

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024

Комментарии • 1,4 тыс.

  • @KunalKushwaha
    @KunalKushwaha  Год назад +60

    DSA + interview preparation playlist: ruclips.net/p/PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ

    • @AdnanArch
      @AdnanArch Год назад +3

      26:27 I got confused at this point.
      @kunal Kushwaha
      Correct me if am wrong.
      Memory from heap is only allocated when we use the "new" keyword.
      For example if i say
      class Person{
      }
      now when I'll create Person Class instance
      Person person = new Person();
      so at this time person instance stores the address of newly created object and it will be stored in the heap memory. person instance lies in the stack and it will point on the newly created object which lies in the heap.
      but when i say it with primitive data types like
      int num = 10;
      at this time num is stored inside the stack and and its value is 10. At this time num is not a reference variable and does not pointing anywhere. It is a variable of primitive data type. In Java, primitive data types (like int, float, char, etc.) directly store their values in the memory location of the variable itself, and they are stored in the stack memory.

    • @prabhatkumarsingh3073
      @prabhatkumarsingh3073 Год назад +1

      @@AdnanArch he was talking based on object oriented programming language not particarly for jaca

    • @AdnanArch
      @AdnanArch Год назад

      ​@@prabhatkumarsingh3073got it.❤

    • @Vloggify_Avi
      @Vloggify_Avi 10 месяцев назад

      Plz make numbering for better understanding the order

    • @beastinspiration3893
      @beastinspiration3893 7 месяцев назад +1

      29:50
      😁😁 😂😂

  • @anuragkumar08
    @anuragkumar08 3 года назад +1025

    This is called Quality Education ...

    • @muhammadmehran1849
      @muhammadmehran1849 2 года назад +4

      Just awesome 👍 thanks for creating such an amazing content

    • @rajdeepyadav2088
      @rajdeepyadav2088 Год назад +1

      unable to get notes ,,can u share the notes link

    • @Kartik_Deshpande337
      @Kartik_Deshpande337 Год назад +3

      i have completed 12th and come to college......i know absolutely nothing...no coding, no programming, nothing....can i watch this playlist??....or should i learn some basic coding first?

    • @anuragkumar08
      @anuragkumar08 Год назад +2

      @@Kartik_Deshpande337 bro I'm in final year aur hum bhi pehle yhi sochte the how i start coding.... But you can start watching the video without any prior coding knowledge... Go ahead ❤️

    • @Kartik_Deshpande337
      @Kartik_Deshpande337 Год назад

      @@anuragkumar08 thanks👍😁....waise Playlist incomplete hai ye to kya kare last video pe pohochne ke baad?

  • @roshanmhatre8810
    @roshanmhatre8810 3 года назад +271

    When someone loves the work he/she is doing, we love even more to learn from them.
    Your way of thinking and explaining things is beyond anything 🔥❤️

    • @Kartik_Deshpande337
      @Kartik_Deshpande337 Год назад +1

      i have completed 12th and come to college......i know absolutely nothing...no coding, no programming, nothing....can i watch this playlist??....or should i learn some basic coding first?

    • @sujalhansda8285
      @sujalhansda8285 Год назад +4

      @@Kartik_Deshpande337You can watch it, and google what terms you didnt get

    • @siddharthmaurya7809
      @siddharthmaurya7809 Год назад

      ​@@Kartik_Deshpande337bhai mah bhi abhi 12 paas kiya isme java complete hai kya kyuki uske baad mujhe DSA bhi karna hai aapna telegram I'd do yaar

  • @yamini436
    @yamini436 3 года назад +80

    "I am an object in the physical memory of this world". LOVED YOUR EXAMPLES AND TEACHING STYLE KUNAL!

  • @hometvfirestick
    @hometvfirestick 3 года назад +176

    hey guys
    it will be helpful for all of you
    Timestamps:
    0:00 Introduction
    0:52 What are Programming Languages
    2:51 Types of Languages
    3:01 Procedural Language
    4:38 Functional Language
    9:01 Object Oriented Languages
    14:08 Different Languages can be of Different Types
    16:20 Static vs Dynamic Languages
    21:44 Error in Dynamic Languages
    22:53 Error in Static Languages
    24:48 Stack and Heap Memory
    25:11 Objects and Reference Variables
    27:19 Important Example Memory
    33:50 Garbage Collection
    38:00 Outro

    • @d_e_n_v_e_r5368
      @d_e_n_v_e_r5368 2 года назад +9

      no one appreciated this so i will! thanks for this buddy

    • @lxshya
      @lxshya 2 года назад +1

      👑

    • @Jay04388
      @Jay04388 Год назад

      thanks buddy

    • @RAJESHKUMAR-bo3ng
      @RAJESHKUMAR-bo3ng Год назад +4

      It's still in the description but still kudos to ur work

  • @avanishdubey6556
    @avanishdubey6556 3 года назад +544

    definitely, he is a great teacher because his explanation cerates imagination like how things exactly happen. Amazing Kunal bhaiya I want to say thanks a lot for such a nice explanation which makes things easier for me and for others as well because I saw various videos of DSA but that was not able to make me feel happy and confident. So, Hats off you sir.

    • @viplovebansal3085
      @viplovebansal3085 3 года назад +3

      dont mean to disrespect but its not heads of 😂😂

    • @viplovebansal3085
      @viplovebansal3085 3 года назад +6

      @@avanishdubey6556 I meant the phrase that you want you use is "hats off" not "heads of", heads of feels like you want his head detached from his body 😂😂

    • @avanishdubey6556
      @avanishdubey6556 3 года назад

      @@viplovebansal3085 ok thank you I got it

    • @avanishdubey6556
      @avanishdubey6556 3 года назад

      @@viplovebansal3085 now is it ok

    • @midnightmedley
      @midnightmedley 3 года назад

      @@avanishdubey6556 true that.

  • @asterind1169
    @asterind1169 3 года назад +208

    It's a very good thing..
    That you start this course from basic and foundation concepts rather than jumping straight to DSA...
    👍👍

    • @chalupandey2808
      @chalupandey2808 2 года назад

      I never learn java before van I start with here??

    • @riyabhatia5114
      @riyabhatia5114 2 года назад

      ap core subjects k notes bnate ho dbms os vgerah ?

    • @shankard8007
      @shankard8007 2 года назад

      @@chalupandey2808 same doubt here

    • @vaibhavnayak3416
      @vaibhavnayak3416 2 года назад

      @@shankard8007 yes you can

    • @piyushk1302
      @piyushk1302 2 года назад

      @@chalupandey2808 main btech 1st year student hu kya mai ye video dekh skta hu???

  • @bookofmystery9670
    @bookofmystery9670 3 года назад +115

    This is just amazing. Even tho I'm a software engineer, I kind of refreshed my fundamentals. Definitely going to suggest this to my brother and his friends.

    • @Chaitanya_6444
      @Chaitanya_6444 2 года назад

      Why does java and c++ is not an function programming language?

    • @spiritualnature4254
      @spiritualnature4254 2 года назад

      In which company you are working ?

    • @yashupadhyay7188
      @yashupadhyay7188 2 года назад +2

      @@Chaitanya_6444 why is your name chaitanya?

    • @anshjoshi6082
      @anshjoshi6082 Год назад +1

      @@Chaitanya_6444 bcs it uses objects, and function programming languages on revolves around pure functions.

  • @Mahak_Jainn
    @Mahak_Jainn 6 месяцев назад +140

    Target of learning Java + DSA in 70 days. Day -1 done 👍

    • @arpan157
      @arpan157 4 месяца назад +1

      how we doing up untill now?

    • @ManishKumar-uc1rw
      @ManishKumar-uc1rw 4 месяца назад +2

      Bro in going to depth take step very slowly and regular revision done in every week

    • @divyarajjadav2707
      @divyarajjadav2707 3 месяца назад +3

      Have you achieved it???

    • @AmitSinghad
      @AmitSinghad 3 месяца назад

      How is it going

    • @yupp674
      @yupp674 2 месяца назад

      Can you share ur review?

  • @bikramsaha1932
    @bikramsaha1932 3 года назад +115

    "if son got a haircut, then baby gets a haircut too" this example really got me XD

  • @hammad8965
    @hammad8965 3 года назад +34

    Concept of heap memory and stack is touching my heart 💚!
    😉

  • @kaushikdeka4529
    @kaushikdeka4529 2 года назад +7

    On RUclips most of the so called teachers gives only a gimmick of programming language.The passion is reflected in your personality.

  • @shivamsingh-nu2vu
    @shivamsingh-nu2vu 3 года назад +26

    You have explained reference variable, objects, stack and heap memory in most efficient way. You're just amazing.

  • @rishabhdhawad
    @rishabhdhawad 3 года назад +46

    Starting from the very basics is the thing I liked most in this whole course.
    🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥

  • @shreyashpatil4262
    @shreyashpatil4262 3 года назад +130

    summary:
    wow! kunal is going to give us party because he got someone who calls him baby!!

    • @kartikeyagarwal3517
      @kartikeyagarwal3517 3 года назад +13

      But bro now she calls Alexander baby😁

    • @kartikeyagarwal3517
      @kartikeyagarwal3517 3 года назад +2

      @Fenix Memes ya we just need party

    • @thatsenoughdixit
      @thatsenoughdixit 3 года назад +4

      It just turned very sad there 😭

    • @shreyashpatil4262
      @shreyashpatil4262 3 года назад +5

      @@kartikeyagarwal3517 now ,kunal will sing a song... THUKRAA KE MERA PYAAR, MERA INTEKAAM DEKHEGI....

    • @kartikeyagarwal3517
      @kartikeyagarwal3517 3 года назад +4

      @@shreyashpatil4262 no bro the song will be
      Pyar h kisi aur ka , chahata koi aur h
      😁😁😁😁

  • @sanjuktasutradhar613
    @sanjuktasutradhar613 2 года назад +9

    I have just completed the 1st video of DSA course by kunal and I one thing I can surely say that he is a really good teacher. He is doing great work in public and please support him. Kunal, keep doing good work, all the best for future.

  • @ShubhamPandey-mi4xt
    @ShubhamPandey-mi4xt 3 года назад +42

    Complex stuff explained in Lucid terms and with those real world Funny analogies , You made this Lecture really fun to understand. Kunal's on fire 🔥 🔥🔥🔥🔥🔥🔥. I am sure this Bootcamp will be a great success, and many will be helped by it genuinly!!

    • @Kartik_Deshpande337
      @Kartik_Deshpande337 Год назад

      i have completed 12th and come to college......i know absolutely nothing...no coding, no programming, nothing....can i watch this playlist??....or should i learn some basic coding first?

  • @abhijha2357
    @abhijha2357 3 года назад +17

    This is where it all started 🔥

  • @thorin713
    @thorin713 3 года назад +27

    really enjoyed the git video. Waiting for today's video. thanks, bhiya.

  • @aryankeluskar6
    @aryankeluskar6 2 года назад +10

    This course is more bingeable than any Netflix show, trust me.

  • @rajeswarynarasimman3728
    @rajeswarynarasimman3728 3 года назад +23

    Hey Kunal, You are explaining concepts very clearly, making it easy for everyone to understand. Kudos for the great work :)

  • @BharatiSubramanian99217
    @BharatiSubramanian99217 2 года назад +7

    The memory management was explained beautifully. I have no words.
    The "kunal" object example blew my mind. It's so weird that we are all walking talking analogies to what's happening in computer science behind the scenes, yet we fail to notice them!
    Even more unfortunate that we are always asked to blindly follow that "changes made to object by one reference effects all references to the object". I hardly see the main reason behind this, and here you specified it in such simple language!
    You are a wonderful teacher. God bless you! :D

  • @KoushikDasMagnate2005
    @KoushikDasMagnate2005 Год назад +9

    9/8/23 Completed Lecture -1 . Thanks a lot , Kunal. Learnt a lot of new things along with recalling of old stuff , will come back for final revision and notes . Great Deed , Man. Thanks again.

    • @rishinaudiyal1444
      @rishinaudiyal1444 11 месяцев назад

      how much of the course have you completed now? is this a good course to follow for placements and learn DSA of the level so that i can also solve codechef questions?

    • @danishwaseem6914
      @danishwaseem6914 10 месяцев назад

      @@rishinaudiyal1444 are you following this playlist

  • @bilearner_tetracosene
    @bilearner_tetracosene 3 года назад +3

    after watching this it seemed to me like Kunal bhaiya is teaching soo well and better in recorded videos than live one. Things are getting clear, with more clarity. Thank you bhaiya .

  • @Abhijeetsingh-gc7bq
    @Abhijeetsingh-gc7bq 3 года назад +40

    I am learning programming from 7months but did not get clarity off all these concepts statically typed dynamically typed stack heap etc I have little bit experience of c,c++ and JavaScript so I get clarity of all these things you talked in this video thanku so much Kunal for great explanation looking forward for such great content thanks again man❤❤

    • @Kartik_Deshpande337
      @Kartik_Deshpande337 Год назад

      i have completed 12th and come to college......i know absolutely nothing...no coding, no programming, nothing....can i watch this playlist??....or should i learn some basic coding first?

    • @d-e-j963
      @d-e-j963 Год назад

      @@Kartik_Deshpande337 is it good

    • @kollolhal
      @kollolhal Год назад

      just for information, is he going to teach all of java in this playlist ?

  • @mithaliredkar448
    @mithaliredkar448 3 года назад +6

    28:40 best example will never forget
    Best video till now!

  • @224_meetaliverma3
    @224_meetaliverma3 2 года назад +14

    25 minutes into the course and I feel like I am finally in the right place. After struggling and hustling with dsa for over 1.5 years, I see a ray of hope. I feel very motivated and I am totally binging this course, already took screenshots of his on-screen notes and I am writing down the things he explained in such magical layman terms. Awesome for real!

    • @arfkhan5859
      @arfkhan5859 Год назад

      can you please share your notes? if possible?

    • @user-fc2jm2ht4n
      @user-fc2jm2ht4n 6 месяцев назад

      @@arfkhan5859 simp

  • @satyamjha1779
    @satyamjha1779 3 года назад +6

    Thanks bhaiya, This is life saver for me.Being in private engineering college ,i can say that you can't find these detailed lecture anywhere on internet.i just started programming.
    GRATEFUL TO YOU KUNAL BHAIYA ❤

  • @soumyadeeproy9624
    @soumyadeeproy9624 2 года назад +6

    This is the best programming tutorial I have come across. Can't wait to join and learn with this amazing community! Thanks a lot Kunal!!

  • @harshil982
    @harshil982 3 года назад +3

    Man of his word, this is called quality education. Thank you brother

  • @sonjyotirabha467
    @sonjyotirabha467 3 года назад +10

    This man is just amazing. Awesome energy with awesome teaching skills.

  • @shlok1124
    @shlok1124 2 года назад +1

    I revisited this video for revision and can confirm this is the best video to watch to know the difference between call by value, call by reference and how it is done in java. Absolutely seamless and immaculate teaching.

  • @himanshulaskar6384
    @himanshulaskar6384 2 года назад +16

    Superb content and the explanations I love it ,I am a totaly newbie to programing but you made me understand the fundamentals very easily by giving very efficient examples
    Man ! your a great teacher better than professors at private engineering colleges 😂😂great work, love it ❤️❤️ thanks a lot

    • @KunalKushwaha
      @KunalKushwaha  2 года назад +3

      Thank You!

    • @Satyam-r06
      @Satyam-r06 Год назад

      @@KunalKushwaha haa bhaiya app bohot acha teacher bansaktey hoo

  • @sayantanmanna1360
    @sayantanmanna1360 2 года назад +6

    Just finished the first lecture of the series !! Excellent explanation, outstanding use of real world examples by @Kunal ....just loved it!!

  • @tusharagarwal5306
    @tusharagarwal5306 Год назад +2

    I am literally feeling privileged because I am able to watch your playlist for free.

  • @mdasadullah2638
    @mdasadullah2638 3 года назад +20

    This class was so satisfying for me as I know python already. Hope I'll be more confident by doing all the hard work even wasting my college days and 2 yr after college. I'll be the one of good remote software engineer.

  • @ManishKumar-zm9rj
    @ManishKumar-zm9rj 2 года назад +4

    After watching your video, I can say that everyone' s teaching style is different, I already did a java course by someone else. But I am able to learn something new after watching your video. your teaching style is cool. Hope I'll be consistent throught the course.

  • @muskansonu6270
    @muskansonu6270 2 года назад +3

    this is my final year of engg. and I am happy finally I found something that which is clearing basics so well. Nobody and no site taught these fundamentals this much clear. Thank you sir ❤

    • @saicharankola3990
      @saicharankola3990 2 года назад +1

      Hii sister, can a biginner like 1st year can learn this with out any coding knowledge.

    • @narasimhareddy9615
      @narasimhareddy9615 2 года назад

      @@saicharankola3990 yes ofcourse

  • @kashifShaikh916
    @kashifShaikh916 Год назад +2

    I am a PHP developer with 5 years of experience and seriously I have not seen any simpler explanation than this one. He truly knows how things work.

  • @ratanjarurakar520
    @ratanjarurakar520 3 месяца назад +2

    Today I have started the course I will finish it in 30 days with full understanding. Whatever it takes 💪🏼
    I am going to make it happen 🔥

  • @bjugdbjk
    @bjugdbjk 2 года назад +3

    Oh man !! This could be the best channel any software engineer should look for irrespective of the exp they have !! what a clear and effective explanation of the simple but imp fundamental concepts !! Hats off buddy !!

    • @Kartik_Deshpande337
      @Kartik_Deshpande337 Год назад

      i have completed 12th and come to college......i know absolutely nothing...no coding, no programming, nothing....can i watch this playlist??....or should i learn some basic coding first?

  • @arpitaroul9600
    @arpitaroul9600 3 месяца назад +9

    heyy guysss!!! i am starting my dsa for placement from todayy....its a request to motivate me whenever u read this comment and it will really help me❤

    • @reddyspandana9882
      @reddyspandana9882 Месяц назад +1

      Hope you are consistent!

    • @arpitaroul9600
      @arpitaroul9600 Месяц назад

      @@reddyspandana9882 thank you...

    • @TasneemMohammad-oj3ie
      @TasneemMohammad-oj3ie Месяц назад

      @@arpitaroul9600 are you consistent?could you solve the leetcode problems easily(i am also same but could do it)

    • @arpitaroul9600
      @arpitaroul9600 Месяц назад

      @@TasneemMohammad-oj3ie not noww but trying to..

    • @tech-xv5uq
      @tech-xv5uq Месяц назад

      @@TasneemMohammad-oj3ie hi is variable and reference variable same i am confused
      and this is my first video on this topic so how can i slove leetcode problems

  • @amerrr269
    @amerrr269 6 месяцев назад +1

    i swear this is the greatest explanation i've ever seen.
    thanks kunal.

  • @thefunkyshow2909
    @thefunkyshow2909 2 года назад +2

    Bro i saw so many youtuber who teach programming but they didn't provide this type of content which you give thank you man🙂hats of you

  • @ankitapaul1470
    @ankitapaul1470 3 года назад +4

    Great Going Kunal!... This is just what we need. A complete package. A wholesome tutorial.. Keep it up!!!

  • @shmoh112
    @shmoh112 2 года назад +3

    Amazing. This is what we can call a quality content. It is just amazing and it is free.

  • @peepee3617
    @peepee3617 Год назад +1

    Thanks, even after being an absolute fresher, i was able to understand it,
    I have promised myself that i wont leave this series in between, wherever i feel confused, i will rewind and play again, but i will complete this series,
    Thanks bhaiya

  • @allroundercoaching7719
    @allroundercoaching7719 3 года назад +2

    I have no word literally !! he is really good at explaining things , so heads of bhaiya!!

  • @DONTLAUGHMONA
    @DONTLAUGHMONA 4 месяца назад +3

    Day 1 of starting this playlist and I'm already on 5th video, lets hope I complete this whole playlist and learn JAVA acche se

  • @galavbhatt7839
    @galavbhatt7839 3 года назад +15

    The journey begins here !!!

    • @randhir2126
      @randhir2126 3 года назад

      @Mister Warlord why do you care ?
      If he hopes for something

    • @sahilsvachhani
      @sahilsvachhani 3 года назад +2

      @@aniketdhiman woahhh 😱😱😂🤣😂🤣😂🤣👏🏻👏🏻🙌🏻🙌🏻 what a savage reply 😂😂

  • @rushikeshambhore1045
    @rushikeshambhore1045 2 года назад +1

    This is the best course for dsa on RUclips that i have ever seen. Must recommend for all who wants to learn DSA.. ❤

  • @shubhammalik6883
    @shubhammalik6883 Год назад +1

    thanks bro. you are the best tutor i saw in my life

  • @chaitanyakirti2335
    @chaitanyakirti2335 Год назад +5

    What an amazing lecture Kunal! Glad to attend it man.

  • @sharvarir5664
    @sharvarir5664 3 года назад +4

    Loved it! Will never forget these concepts ever again ! Permanently fetched in brain. 💯💯

  • @samarthgupta7479
    @samarthgupta7479 2 года назад +2

    The most amazing teacher I've ever seen. Thank you so much for making all of this easier for us!!

  • @Satyam-r06
    @Satyam-r06 Год назад +1

    Thanks Kunal bhaiya for such a great course

  • @ridamaggarwal1555
    @ridamaggarwal1555 2 года назад +7

    What a legend man!! I mean I never thought I'd ever be laughing and enjoying myself while studying DSA. Even the trickiest concepts are explained with such simplicity. Hats off to you Kunal! Amazing stuff!❤

  • @amandeshpande8981
    @amandeshpande8981 3 года назад +8

    Woaahhh !! The second half was just Epic
    BTW 34:47 Selmon Bhoi

  • @apri502
    @apri502 2 года назад +2

    I've always disliked programming lectures as I couldn't connect the dots with what I was being taught. But, this is the first time I've sat for 40 mins without blinking and learning from you Kunal.
    This has got me to watch all your videos and hopefully learn to love programming.
    THANK YOU :)

  • @user-dj6nw9ls4c
    @user-dj6nw9ls4c Месяц назад +1

    DAY -1 of JAVA DSA IN 75 days.
    Thanks Kunal for the content.

  • @raghavsyt
    @raghavsyt 3 года назад +12

    Ek KK musical world mai famous hai, ek yaha Ed-Tech world mai hoga!
    Thanks Kunal

  • @amanrathour3176
    @amanrathour3176 3 года назад +4

    🔥🔥🔥
    This is actually how learning should be.
    Simple and relevant examples straight to the point.

  • @user-cq8hw3ni7g
    @user-cq8hw3ni7g 3 года назад +1

    I Started from Today will update everyday on New Tutorials ! Thank you Kunal .

  • @KONETI__LOKESH
    @KONETI__LOKESH 6 часов назад

    HEY KUNAL...
    All the examples to you took to explain are exceptional beyond everything
    I never seen a person who taught better than you .....
    I am going to comment on every video , just to express my feeling on your exceptional teaching....
    thanks a lot

  • @KoushikDasMagnate2005
    @KoushikDasMagnate2005 Год назад +3

    Hey Kunal , save this comment .
    I watched it for the third time , every time I watched this ( for revision or some concept clarification) , I find something new . The examples which you have taken, for making it in simple language are just great. I am making it understand to myself again with the same examples so as to clear my concepts . Glad to have you , Kunal . Just Amazing . Anyone , out there , starting this course , can blindly follow Kunal .
    ❤❤

    • @AatifMinhaj
      @AatifMinhaj Год назад

      hey bro are you making notes for this and if you've watched the upcoming episodes, is note making necessary of code?

    • @KoushikDasMagnate2005
      @KoushikDasMagnate2005 Год назад

      @@AatifMinhaj Not of code but of the concepts , already replied you I guess in another comment

  • @piyush9666
    @piyush9666 3 года назад +6

    Thanks a lot for the series... I want to follow this till the end, so please just keep these videos coming regularly like this and analogies you used in this video were awesome ❤️

  • @ollieworld23
    @ollieworld23 8 месяцев назад +1

    Simplest definition of objects I could found on youtube, Thanx Kunal!

  • @arindamkashyap5103
    @arindamkashyap5103 3 года назад +2

    One of the greatest video I have seen ever on RUclips. This series will surely help a lot of students to master programming. Thanks, @Kunal.
    Love from Assam

  • @harshSharmaaji
    @harshSharmaaji 2 года назад +3

    Saw your podcast with Ishaan and now I'm going to start learning java from you.There are many teachers who provide great courses but you have done it yourself and so im going to follow you bhaiya🔥

  • @denniszitek5049
    @denniszitek5049 2 года назад +5

    Truly enjoyed your lecture! Very well explained with a touch of humour :)

  • @anirudhv0062
    @anirudhv0062 5 месяцев назад

    Have Started this playlist today to revise java, get better at dsa and grasp java concepts better. I have to say, it is evident how deep and solid your grasp on fundamentals is. One of the the signs you know something well is that you are able to explain it to someone who has no knowledge about the topic in a simple way. Thanks for this Kunal. I hope you complete your playlist someday, but whatever you have covered here is a good chunk of topics.

  • @aryanshrivastava8312
    @aryanshrivastava8312 3 года назад +2

    I am a 5 star c++ coder at hackerrank and there are so many things I've learned for the first time here. can only imagine how brilliant the things yet to come are . kudos Kunal sir.

    • @GaganSingh-zz9el
      @GaganSingh-zz9el 3 года назад

      Bhai ma just admission lia college ma , mujhe kidhar se start krna chaiye

    • @iqbalfirdousi9732
      @iqbalfirdousi9732 2 года назад

      Bro how did you become 5 star at hackerrank? Please guide me.

    • @aryanshrivastava8312
      @aryanshrivastava8312 2 года назад +1

      @@iqbalfirdousi9732 pick an oops language like c++/java. Pick anyone of these two. I would recommend c++. Now to become a five star you only need knowledge of basics, arrays, functions and Oops concepts. So make sure you study these 4 topics very well, after that just keep practicing on hacker rank, your first question will literally be to print hello world. And then the level will keep on rising, if you absolutely can't get ahead on problems, see the solution, it doesn't matter as long as you learn from that solution.

    • @aryanshrivastava8312
      @aryanshrivastava8312 2 года назад

      @@GaganSingh-zz9el same jo kunal bata raha hai wo karlo, bohot badhiya hai.

    • @iqbalfirdousi9732
      @iqbalfirdousi9732 2 года назад

      @@aryanshrivastava8312 thanks for the help. I've started C already. Btw, I'm not from b.tech background.
      I'm pursuing Bsc IT ( same as BCA)

  • @rajulmahto1082
    @rajulmahto1082 3 года назад +3

    That's how a "QUALITY CONTENT" looks like amazing lecture kunal bhaiya!!!!! 😍

  • @kshitijjain2594
    @kshitijjain2594 3 года назад +4

    7:58
    #include
    using namespace std;
    int main() {
    int a, b, c;
    a = 10;
    b = 30;
    c = b;
    return 0;
    }
    *Result: 30*
    Just learnt a little bit C++ from Code With Harry, now I changed my mind and now I am learning Java from Kunal. Really excited ;)

  • @MdRizwan-uu9dv
    @MdRizwan-uu9dv Год назад

    The way he explain the concepts which shows that he is the maestro in that field.

  • @shanks3750
    @shanks3750 Год назад +1

    you calm me down and give me hope

  • @hk_build
    @hk_build 3 года назад +5

    Hey Kunal you are doing great work buddy❤️❤️
    Most of education apps are scams in looting money , You saved many👍
    Keep doing great work

  • @sakirshaikh5604
    @sakirshaikh5604 7 месяцев назад +3

    Day #1 loved it bro.

  • @nehamandawara9758
    @nehamandawara9758 2 года назад +1

    you made it damn EASY. I always learn and forget these stuffs, but now I understood how is it working. Thanks a lot for such great series.

  • @shivaswami278
    @shivaswami278 Месяц назад

    stated my coding journey today never expected things might become much easier after watching your videocgreat explanation 👌❤

  • @aishwaryamurugappan5138
    @aishwaryamurugappan5138 3 года назад +3

    Story time was the best part, honestly examples makes it very much easier to understand programming concepts, want more such elements in the upcoming videos as well🤩🤩Awesome work🤩

  • @arunchaudhry5696
    @arunchaudhry5696 2 года назад +3

    Great video! Great examples to solidify the concepts! Thanks for the quality stuff!

    • @Kartik_Deshpande337
      @Kartik_Deshpande337 Год назад

      i have completed 12th and come to college......i know absolutely nothing...no coding, no programming, nothing....can i watch this playlist??....or should i learn some basic coding first?

  • @karthik-varma-1579
    @karthik-varma-1579 10 месяцев назад +1

    Most Recommended For Beginners❤

  • @kush_anju
    @kush_anju Месяц назад

    I have passed my 1st year but not knowing about what actually happend in behind . i tried many of platforms but now i actually finds the real one...... Thank you keep it up sir !

  • @deveshb793
    @deveshb793 3 года назад +4

    The quality is next level🔥

  • @kaustubhyashukla2237
    @kaustubhyashukla2237 3 года назад +3

    35:05 How can you forget Salman Khan.
    Great video BTW, never saw an opening lecture like this. Just keep posting videos regularly for students like us.

  • @mrgamingboy3810
    @mrgamingboy3810 3 года назад +1

    Literally , it's a great revolution of coding course

  • @Rajveer__singhhhh
    @Rajveer__singhhhh 3 месяца назад +1

    I think to start coaching for java then my friend suggest kunal . You are really 💎

  • @pawanpandey9745
    @pawanpandey9745 3 года назад +3

    One of my best mentor @kunalkushwaha .. His videos on data structure are just amazing ✨ after losing my 2 year in enjoyment and finding the right path, now I'm on the right way to get learn by Kunal .. 🔥 Thank you very much Kunal for your videos.. Always there for your support 💥

  • @Prapti.p
    @Prapti.p 2 года назад +7

    Lets say hypothetical situation i have a girlfriend and she calls me baby **blushes** 😂😂
    Jokes apart
    Quality source of knowledge you are ❤

  • @BeastGamerZ007
    @BeastGamerZ007 Месяц назад +1

    Well I have come here for revision! ..
    Let's see where this journey leads me to !

  • @OmkarPawar-cu1kj
    @OmkarPawar-cu1kj 4 месяца назад

    i am lucky i am here watching this video i just love the way kunal teaches concepts in such understandable manner

  • @nithinthomas7189
    @nithinthomas7189 3 года назад +11

    Could you please mark it or number it as episodes so the sequence is clear... Thanks

  • @surajbugade
    @surajbugade 3 года назад +4

    The best 🔥 explanation of Stack, Heap, references and objects. No one can explain better than this.
    Many thanks to you again ! This playlist gonna rock on RUclips. ❤️
    P.S : the baby example was OP 😂 and such real world examples cleared the concept.

    • @kiku_to_herself
      @kiku_to_herself 3 года назад +1

      Hey can u plz explain me
      That the stack and heap vala example keval java k liye hi h na
      Kyunki c++ m to aisa nahi hota .
      I m little bit confused .
      Or sare variables k liye h ya reference variable k liye hi h sirf .

    • @surajbugade
      @surajbugade 3 года назад

      @@kiku_to_herself yes! it's for Java. In c++, new keyword is used to allocate memory at runtime in heap.

  • @KoushikDasMagnate2005
    @KoushikDasMagnate2005 Год назад

    32:01 b variable , which is stored in the stack memory along with variable a , is pointing towards the list , which is an object , stored in the heap memory . already pointed before by reference variable a .

  • @joshimilind10
    @joshimilind10 2 года назад

    OMG, this is by far the easiest explanation for the object and reference variables I have ever seen. Loved it

  • @shresthajha3454
    @shresthajha3454 3 года назад +3

    great video!! not the theoretical and bookish knowledge but the actual explanation of how things actually work! thank you for starting this series!!
    also this video was so interesting that I could not get up from my desk in between!

  • @_mr.professor_
    @_mr.professor_ 6 месяцев назад +4

    That Baby reference was lit 😂

  • @KoushikDasMagnate2005
    @KoushikDasMagnate2005 Год назад +1

    I don't know why but Kunal is replying and giving heart to every other person on this channel coming new to this course , except me ,anyways. 😎

  • @kirnaraju3165
    @kirnaraju3165 10 месяцев назад

    Finding a right mentor and grasping knowledge from them equals prosper