Комментарии •

  • @ApnaCollegeOfficial
    @ApnaCollegeOfficial 3 года назад +1807

    In Java, by default all integers are taken as int, not Long i.e. why we use L or l.
    And all numbers with decimal point are taken as double, not float i.e. why we use F or f.

  • @aaryush9486
    @aaryush9486 3 года назад +2952

    Timestamps
    0:00 Introduction
    Install Java - 01:00
    Sample Code - 06:05
    Comments - 07:34
    Out 1st Program - 08:37
    Variables - 11:23
    Data Types - 14:00
    Strings - 23:13
    Arrays - 29:33
    Casting - 42:32
    Constants - 48:05
    Operators(Arithmetic & Assignment) - 49:52
    Math class - 57:59
    Taking Input - 01:00:45
    Comparison Operators - 01:04:48
    Conditional Statements (if-else) - 01:07:10
    Logical Operators - 01:09:00
    Conditional Statements (switch) - 01:17:55
    Loops - 01:21:29
    Break & Continue - 01:34:13
    Exception Handling (try-catch) - 01:40:29
    Functions/Methods - 01:46:46
    Mini-Project - 01:56:18

    • @Rohit-ic7gf
      @Rohit-ic7gf 3 года назад +58

      Description mai bhi hai

    • @pianowithj2617
      @pianowithj2617 3 года назад +62

      Kya fayda nikla itni mehnat karne ka description me sab hai

    • @surge2284
      @surge2284 3 года назад +58

      I think aman bhaiya copied this comment
      Edit: or maybe vice versa

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

      God bless u

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

      @@pianowithj2617 description me copied hai

  • @rishab671
    @rishab671 3 года назад +3200

    Now didi speaking skills is almost like aman bhaiya 😜😝😂... And didi realise that her name is *Microsoft wali didi*

  • @hamza.4447
    @hamza.4447 Год назад +96

    0:00 Introduction
    Install Java - 01:00
    Sample Code - 06:05
    Comments - 07:34
    Out 1st Program - 08:37
    Variables - 11:23
    Data Types - 14:00
    Strings - 23:13
    Arrays - 29:33
    Casting - 42:32
    Constants - 48:05
    Operators(Arithmetic & Assignment) - 49:52
    Math class - 57:59
    Taking Input - 01:00:45
    Comparison Operators - 01:04:48
    Conditional Statements (if-else) - 01:07:10
    Logical Operators - 01:09:00
    Conditional Statements (switch) - 01:17:55
    Loops - 01:21:29
    Break & Continue - 01:34:13
    Exception Handling (try-catch) - 01:40:29
    Functions/Methods - 01:46:46
    Mini-Project - 01:56:18

  • @AI_Ritik_45
    @AI_Ritik_45 Месяц назад +175

    Who is watching in September 2024 ?

  • @BADNINJAYT1
    @BADNINJAYT1 2 года назад +204

    Ma'am you literally taught me what i tried learning in my computer class for 4 months in 2 hours ,
    Loved ur way of teaching.

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

      Is this one video enough about Java??? I am beginner

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

      Please reply

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

      @@theuniquehawk6508 u would only learn the basics

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

      @@BADNINJAYT1 can u suggest any channel who can teach complete Java

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

      ​@@bilalmalik4140it's available on this channel only,there is a playlist of Java

  • @Billionaire-wh5fp
    @Billionaire-wh5fp 9 месяцев назад +47

    15:35 Learn Java programming language installation and basic coding.
    31:10 In Java, different types of values are stored using different data types
    46:45 Arrays in Java can store multiple values of the same data type and can be accessed using square brackets.
    1:02:20 Java has various operators and functions for arithmetic operations, assignment operations, and mathematical calculations.
    1:17:55 Java input and conditional statements
    1:49:05 Break and continue are important keywords in Java that allow us to control the flow of loops.
    2:04:35 Java methods and functions make tasks easier by writing small code that can be called again and again

  • @AshwaniKumar-tw8vp
    @AshwaniKumar-tw8vp 3 года назад +472

    Didi has also started saying like "kr rhe honge", Aman Bhaiya ke sath rh rhke sb aise hi sikh jaenge

    • @ayusharyan2178
      @ayusharyan2178 3 года назад +14

      Universal dialogue😁

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

      need more one shot videos from Microsoft wali didi and Thank you so much for your videos.

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

      @@aagamshah8504 ,
      Ux

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

      Ekdm shi🤭

  • @shaktiraj958
    @shaktiraj958 2 года назад +449

    Your method of explanation is exemplary, I was afraid of JAVA, now after going thru ur video, I have developed my interest in Java, thanks madam, really u r a true teacher, keep it up, it will be very beneficial to the students coming from villages and having Hindi background 🙏

  • @harshalidhanavade159
    @harshalidhanavade159 3 года назад +84

    I want to thank you for making this tutorial.. it has helped me immensely. I cannot thank you enough.... Please make such Beginners tutorial more often.

  • @krishnasingla
    @krishnasingla 3 года назад +44

    I never ever coded or even learnt basics. Just giving jee this year. But I was so into it 😃 . U r amazing.

  • @abhi34776
    @abhi34776 Год назад +86

    public class Gratitude{
    public static void main(String[] args) {
    int value = 1;
    do {
    System.out.println("This tutorial was helpful");
    System.out.println("Thankyou so much Di");
    value = value + 1;
    } while (value

  • @thessbprep
    @thessbprep 2 года назад +29

    I'm a student of BSc don't have CS ; but want to be a software developer. Completed this for testing my interest in coding & i loved it. So a great thanks I'll be jumping to the full java playlist . Please clear my doubt whether I can grow in this way or not...
    thanks ApniKaksha team & specially MS WALI DIDI
    the project was too funny!!!

    • @rode_atharva
      @rode_atharva 6 месяцев назад

      Feel good😊.From where are you bro

  • @hindustanibhau5297
    @hindustanibhau5297 Год назад +1766

    Ab Mujhe Samjha Shradha Di ne String ka Name Aman kyu diya tha...

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

    I love how she represent everything..
    Iski voice b bohot achi hae..love her confidence also.

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

    I started learning android studio and saw this video.. thankyou...very helpful 😄😄

  • @_MehzarKhan
    @_MehzarKhan Год назад +10

    Timestamps:-
    0:00 Introduction
    Install Java - 01:00
    Sample Code - 06:05
    Comments - 07:34
    Out 1st Program - 08:37
    Variables - 11:23
    Data Types - 14:00
    Strings - 23:13
    Arrays - 29:33
    Casting - 42:32
    Constants - 48:05
    Operators(Arithmetic & Assignment) - 49:52
    Math class - 57:59
    Taking Input - 01:00:45
    Comparison Operators - 01:04:48
    Conditional Statements (if-else) - 01:07:10
    Logical Operators - 01:09:00
    Conditional Statements (switch) - 01:17:55
    Loops - 01:21:29
    Break & Continue - 01:34:13
    Exception Handling (try-catch) - 01:40:29
    Functions/Methods - 01:46:46
    Mini-Project - 01:56:18

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

    I learn java in 14 years thanks mam
    Mere pas laptop to hai lekin kefe me jake coding sikhne ka maja hi kuchh aur hai 😉😉😉

  • @govindgupta6581
    @govindgupta6581 3 года назад +205

    Need java 200+ video course with full DSA😁

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

      yes badly nedded plese provide this very sson

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

      ruclips.net/p/PLKKfKV1b9e8ps6dD3QA5KFfHdiWj9cB1s

    • @Shivamsingh-ky8qq
      @Shivamsingh-ky8qq 3 года назад +11

      Bro DSA is independent of any language its all same for all languages so don't expect anything like this why would they teach the topic that they already have completed !!

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

      ruclips.net/video/pIwjzrF9GBI/видео.html

    • @AkashKumar-xv9qn
      @AkashKumar-xv9qn 5 месяцев назад

      yes i want please give me

  • @sumitBM
    @sumitBM 3 года назад +58

    Please make Java OOPs in one video!
    Then rest like Design Pattern, collections etc.

  • @palakgarg8961
    @palakgarg8961 3 года назад +53

    Just what most of us needed!
    It Would be very helpful if we get in depth course of Data Structures and Algorithm using JAVA (Beginner friendly maybe)

  • @growmore9150
    @growmore9150 3 года назад +107

    My favourite Microsoft wali Didi ❤️

  • @monikmanojpuri
    @monikmanojpuri 3 года назад +334

    I was just going through the Java playlist. Exactly wished for something like this just few minutes back. Aman bhaiya does understand us very well. Thank you soo much to the team as well😊💯

  • @sushantlingala1821
    @sushantlingala1821 Год назад +11

    you are so talented ,explained whole core java conceps with ease,you are indeed a good instructor❤

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

    After learning java yaar kitni Awesome hai
    Video

  • @geckoop2848
    @geckoop2848 Год назад +20

    Bruh this 3 yrs of diploma meant nothing in front of this video. You made it look so easy 😭😂

  • @akashbag2270
    @akashbag2270 3 года назад +302

    I love this course. This is much more straight forward, less time-consuming. Please make a course on python.. waiting for that.

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

      It's there already

    • @Shivamsingh-ky8qq
      @Shivamsingh-ky8qq 3 года назад +1

      @@daringbaaz1650 where??

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

      @@Shivamsingh-ky8qq apni kaksha

    • @Shivamsingh-ky8qq
      @Shivamsingh-ky8qq 3 года назад +1

      @@daringbaaz1650 bro but it is basically 12 board centric i am asking for college students like when they want to make project for ml or ai for their cv's

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

      Kuch nhi help Karra

  • @mypriyosongs
    @mypriyosongs 9 месяцев назад +7

    The best video of Java course. Thank you so much. Learned a lot today ❤️❤️❤️

  • @ayyoankit
    @ayyoankit 3 года назад +21

    We don't need any paid course, our Microsoft wali didi will teach us everything for free like Sir Aman :)

  • @rahulpawarvideos316
    @rahulpawarvideos316 3 года назад +36

    Please upload Data Structures and Algorithms in Java....it is also incomplete on apni kaksha .... please upload complete DSA in java

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

      in dsa, algorthim matters not language

  • @arkaprabhadatta4944
    @arkaprabhadatta4944 3 года назад +290

    Please make a placement course for JAVA as well...Just like a playlist for C++

    • @indraxios
      @indraxios 3 года назад +16

      It's not really needed
      After c++ you can do DSA in java or any other language very easily

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

      Yes

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

      @@indraxios hey I have learned till bst in c++ ...can I also start learning java or I should first finish c++ then go ahead with java?

    • @રવિપાંડે
      @રવિપાંડે 3 года назад +2

      @@aryansethia1371 First finish what u started, then start new thing

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

      @@રવિપાંડે ohkay buddy thanks...✌️

  • @raipgr8
    @raipgr8 3 года назад +124

    Literally she is lady dhattawal, accent , body language everything is same

  • @AbdullahMubeenA.M
    @AbdullahMubeenA.M 2 года назад +7

    What a brilliant example of casting is given , Much appreciated

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

    Didi accha hua k ap microsoft chordia nhi to ap jaisa coding techer didi huma nahi milta 😃😁

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

    pata nahi par apki smile ke liye poora video dekh liye or java ka synatx ke sath overview bhi mil gaya

  • @GlamSphere9695
    @GlamSphere9695 3 года назад +44

    Please Ma'am make a Data structure and Algorithms using Java playlist

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

    Java By Microsoft walee didi🔥🔥🥳🥳...

  • @mayankgupta4677
    @mayankgupta4677 Месяц назад +2

    Really very very interesting lecture mam; I'll get a good knowledge in Java language.😊
    THANK YOU SO MUCH FOR UPLOADING, SUCH A GOOD CONTENT IN EFFICIENT WAY!!

  • @jatinsharma3792
    @jatinsharma3792 2 года назад +13

    After leanrning Scripting Language like Python I have decided to learn real OOP based Programming language like JAVA and I understook everything in one single video, now I can move to learning JAVA, getting confidance after watching this. You made it look so simple. Few things are here by there but almost the concept are same: do while and switch is new but I thhink I can manage to understand after couple of practice questions.

    • @Shreyan-r1s
      @Shreyan-r1s 6 месяцев назад

      if you don't mind,can i ask you at what did you start programing. Since you know much about programing to me because I Dunno anything about this and i am just 14 yo child. is it fruitful to learn programs because as i become 20 yo ,at that time many of them would know programming languages

  • @mdimrajulalam8887
    @mdimrajulalam8887 3 года назад +74

    Waiting for this for a long time. Now make a playlist on Ds-Algo with java plsss

  • @o46_tauhidqureshi38
    @o46_tauhidqureshi38 3 года назад +173

    Female voices are high pitch they can make sure you dont sleep while learning...😅

  • @kumartanay3566
    @kumartanay3566 3 года назад +9

    Please make a series in depth knowledge of Java with DS and Algo

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

    it was very dificult for me to understant computer now in class 10th icse but after watching this i understood all the basics thankyou didi

  • @omdubey8839
    @omdubey8839 3 года назад +38

    0:20 was insane...
    Toh aa gayi aap ki Microsoft wali didi...
    😂😂😂😂..
    Ekdum se Neend khul gayi meri....
    😂😂😂😂😂😅

  • @adilahmed7452
    @adilahmed7452 2 месяца назад +1

    This is really well explained. I wanted to revise the syntax of java and it helped me a lot

  • @AshutoshKumar-vh3rp
    @AshutoshKumar-vh3rp 3 года назад +51

    Finally didi ko v pta lag gya ""microsoft wali didi"""

  • @fahadkhan-islamicspiritual7872
    @fahadkhan-islamicspiritual7872 Год назад +1

    This is called straightforward knowledge transfer. Awesome
    Plz tell that after understanding this video how much we could rate us in terms of java ?

  • @israranwar1709
    @israranwar1709 2 года назад +19

    Madam, I can't tell you what your teaching method is
    it is like you pick the code from your mind and put it in our mind.
    Allah blesses you and keeps up the good work.

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

    I'm here again watching this for my class 10th ICSE Computer Applications examinations and this is like the best video I've ever got. Thanks to Apna College!

  • @itz_me_imraan02
    @itz_me_imraan02 3 года назад +36

    Want a second part on classes,interface,inheritance and a third part on collection framework💙💜💚

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

    Thanks madam for full effort teaching audience like us...
    Very easily Explained .and thanks a lot for the class

  • @alokgautam859
    @alokgautam859 2 года назад +41

    Extraordinary teaching mam .... Such a great learning experience with you and how easily you crystal clear all the concept....I learn a lot from your lecture thanks for providing this precious content free ❤️❤️

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

      @@Meena.191 yes it's really help you

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

      @@Meena.191 and if you want to build a career in software engineering than this is the right time little bro....start coding from now than after completing your graduation you will realise the importance your hard work

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

      And try to get a tier 1 engineering college and from first year of your college life start coding

  • @madhurisanas-qt3vu
    @madhurisanas-qt3vu Год назад +50

    Your videos are great even after 1 year of gap I understood everything in 1 shot only thank you for such awasome videos ❤️

  • @Anonymous-xl2cr
    @Anonymous-xl2cr 3 года назад +9

    Please start python course
    I don't want to go anywhere
    I hope you understand

  • @rohithreddy8969
    @rohithreddy8969 2 года назад +59

    Your teaching is so good 👍. Please do a Video on advance concepts of Java like struts, Hibernates. That would be so.. helpful too

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

      maine yeh abhi intelliJ download kiya and isme starting ke options me package wala option nhi dikhaya jisme com.apnacollege daalna tha

  • @goutamnayak3685
    @goutamnayak3685 Год назад +6

    Hi, Thank you so much for the explanation,I had a phobia for java but now I have got the confidence, the key factor is it is explained in a very simple way which is very helpful. Thank you once again.

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

      maine yeh abhi intelliJ download kiya and isme starting ke options me package wala option nhi dikhaya jisme com.apnacollege daalna tha, tumhe show kiya kya? mere code me bhi package nhi aaya

  • @chandankumar-dn7lu
    @chandankumar-dn7lu 3 года назад +6

    Microsoft wali Didi ke liye ek like 👍to banata hai
    Didi please ek Swing ka video banaiye

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

    It was a great video to clear the basics as it was from the basics! Thanks. Will visit again for more videos!

  • @AzharBaloch-d3q
    @AzharBaloch-d3q 16 дней назад +9

    Who is watching without having 💻

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

    Hello Shraddha, please make a tutorial on selenium with java.... your way to explain any technical topic is outstanding... so please do the needful

  • @m_abhijit_
    @m_abhijit_ 3 года назад +32

    I am willing to start with android studio but as a prerequisite i have to learn JAVA 😭 then today morning the good news arrived that APNA COLLEGE HAS UPLOADED A VIDEO ON JAVA IN 2 HOURS and it made my day 😀👍🏻

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

      Bro android studio khaa learn kroge

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

      @@anuragupadhyay354 udacity

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

      Bro do you think this video is worth it for android studio?

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

      @@ma8235 haven't watched this video yet but absolutely we can get some idea about java then it will be very beneficial for android studio

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

      @@m_abhijit_ java is so big I think it's just introduction to topics in short

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

    Amazing summary ,you are really making things easy...good bless you.

  • @aparnarai3708
    @aparnarai3708 3 года назад +58

    One shots are always the best

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

      Yupp!!

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

      Not always, like didi didn't clear that if we are writing long integer then we have to write "long" before variable and "L" after the number.
      If we are using L at end of the number then why we have to write Long?
      Why should we write L after writing Long or why should we write Long if we wrote L after number

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

      @@Param3021 I think it's because the person who created java didn't want invest too much effort on silly things and we should invest that little effort and I think it's not hard. Java assumes everything is an integer. So we need to write those single letters so that it can understand only that letter instead of understanding whole words like "long" , "float" etc.

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

      @@srinijabhogoju9033 why do define an integer long 2 times 1st before with long and then after with L

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

      @@Param3021 Makes sense ! If you know the answer why, kindly reply.

  • @TheMamudd
    @TheMamudd 3 года назад +61

    I already shared this to my friend who said he wanted to learn java
    Besides I'm learning CPP from you guys😅
    Keep it up♥

  • @Learnwith-jyoti
    @Learnwith-jyoti 3 года назад +16

    I was cross checking my basic knowledge here...and congrats am totally fine with it ✌️✨
    Thankyou @apnacollege 🥂

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

    your courses are so magnificent. The most fantastic thing is you don't just guess that someone watching a programming video will automatically be familiar with basic stuff like int, double, etc. That is why I think this channel is so efficient, especially for beginners. thanks a ton from an entry-level programming enthusiast from BANGLADESH.

  • @pradeeppurohit1786
    @pradeeppurohit1786 2 года назад +13

    Really you are teaching very well with your teaching skills, it very helpful for us. Thank you:)

  • @shubhams8567
    @shubhams8567 3 года назад +81

    U R BEHAVING LIKE ALMOST AMAN BHAIYA 😂

  • @ShreyanshMishra-m5d
    @ShreyanshMishra-m5d 6 месяцев назад +2

    Hlo didi.
    I m studying in class 5th but i m interested in coding and i know python and learning java from u
    thank u
    ❤❤

  • @nehaverma-dp5mm
    @nehaverma-dp5mm 2 года назад +20

    Superb content for beginners... i am into it from 1 hr and really enjoying it. I got to know some new things which i did not know from earlier although i am trying to learn Java from quite sometime now.

  • @rajatkaura7221
    @rajatkaura7221 Год назад +25

    Excellent coaching skills 👍

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

    This was the best tutorial to learn java by-far. I am a 13 year old student and I had no difficulty learning from this course. This tutorial makes it very easy to learn this language with no ads. Huge Round of Applause 👏👏👏

  • @harshdeepSingh-ns2xo
    @harshdeepSingh-ns2xo Год назад

    seriously it helped me alot !!!!! i learned from python to java with her and she is amazing teacher .

  • @harikrishnapriyat7820
    @harikrishnapriyat7820 3 года назад +31

    Want deep lectures like C++ playlist

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

      vro aman bhaiya ka rk dsa on java ka cource hai u tube pe

  • @hbjgamingrt8640
    @hbjgamingrt8640 2 месяца назад +41

    😂 Legends are watching without PC or laptop

  • @lakshayocean
    @lakshayocean 3 года назад +48

    Micro didi ki communication skills achi huyi h😂😝

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

      Bro u typed micro itni bhi jaldi kya hai comment karne ki thoda late karoge tab bhi mil jayega sab ko 😂😂😂

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

      Micro didi🤣🤣🤣

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

    One shot videos are always best.. Thank you Didi .🙏🙏

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

    Complete... any learning experience was fantastic. Thank you.

  • @aryann.v
    @aryann.v 2 года назад +5

    Start from Operators

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

    Didi, Your Teaching style is fabulous. I request you to make Videos on Java Oops and DSA in Java for beginners because I have just started to learn Programming lanuage.
    - Pratyush Pahari

  • @Blackpinnkkkk
    @Blackpinnkkkk 2 года назад +28

    A big thanks to you Dii....Tomorrow I have my Java practical and literally till 2 hours back I didn't knew Java well but now I feel like atleast my basic is clear. Now, I am going to complete that Oops 1 shot video . I think all this thing will enough for Tomorrow's Viva. Once again, Thank you so much💜💜💜

  • @parthbhosale9326
    @parthbhosale9326 3 года назад +36

    Honge in word is like addiction 😳

  • @adityagaming9856
    @adityagaming9856 2 месяца назад +15

    Ghar valo ke Tane kha kar kon aaya hai 😂 ☝️

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

    Really helpful course for beginners! Tried a lot of courses before coming here, nothing worked...But this course taught me a lot!

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

    probably the best video out there to learn fundamentals of Java

  • @_.piyupatel._3856
    @_.piyupatel._3856 Год назад +14

    Your teaching style is so simple and helpfull..thank you shradhaa

  • @agniradhikamalviya3631
    @agniradhikamalviya3631 2 года назад +14

    I didn't know it would be this easy to understand Java. Python has really helped me and you have too! Thanks!

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

      After learning java can i learn python easily or quickly??

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

      @@anjajijha8617 I guess you can. Python is very easy. I'd say, easier than java. So yes, you can learn Python easily if you know Java.

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

      @@agniradhikamalviya3631 Thank you so much for helping

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

    Aman Weds Akku made for each other😁😁

  • @NavneetMishra-q3k
    @NavneetMishra-q3k 9 месяцев назад +1

    Just follow the step click on Window -> Preferences -> Java -> Editor -> Content Assist = Auto activation triggers for java.

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

    I am the one Who is Waiting this Course Since the Release of C++ ❤️❤️❤️

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

    Sir its a request please upload all imp data structures and algorithms in JAVA language please make a detailed video covering all topics such as linked lists, time and space complexity, stacks and queue and some imp algorithms IN JAVA LANGUAGE.

  • @mahabubshapan7443
    @mahabubshapan7443 Год назад +10

    That was an outstanding lesson!
    In the same way, could you make an another lesson on CSS and other apps related to HTML?

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

    At 27:27 aapne kaha ki string ke andr kbhi changes ni ho skte, but aisa nhi hai
    yehi replace function hm same string pr lga kr chla skte hai or characters replace ho jate hai
    I tried it and it worked

  • @tradingchartexpert9636
    @tradingchartexpert9636 3 года назад +9

    Sir/Ma'am
    Please make a video on these topics 🙏
    Logical/Relationship, Inheritance, Classes, Libraries, Threads, Collection Framework

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

    We need a complete java playlist like C++

  • @sarthakkharade7112
    @sarthakkharade7112 Год назад +8

    such a fun mini-project yo and overall what an informative 2-hour long video this has been, thank you so much Shraddha didi

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

    What a explain Didi ...mere pass laptop n hote hue bhi I can understand all concept without laptop and skill

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

    I am only 12 th pass out not in college but still I see apna college video I see above video for more thAn 20 mins and it is more interesting than my 12 th class course videos
    20 min me se smj to10% hi aaya pr acha bhot lga 🙏🙏💞😊

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

      bhai tu to fir bhi 12th pass hai mai to 9th me hoon 😂😂

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

      @@gaveeshpahwa6912 😀😀

  • @sadanandgholase1048
    @sadanandgholase1048 Месяц назад +27

    August 2024 me kon kon dekh rha h😂

  • @the.ankit.07
    @the.ankit.07 2 месяца назад +8

    Like if you are watching today.