Introduction to Java Language | Lecture 1 | Complete Placement Course

Поділитися
Вставка
  • Опубліковано 15 вер 2021
  • Are you worried about placements/internships? Want to prepare for companies like Microsoft, Amazon & Google? Join ALPHA.
    🔴 Alpha Placement Batch - bit.ly/3ELJjn2
    Notes of JAVA LECTURE 1 : docs.google.com/document/d/1d...
    Join the Community : telegram.me/+k4rdgTPwmm5kMGVl
    Instagram: / dhattarwalaman

КОМЕНТАРІ • 6 тис.

  • @ApnaCollegeOfficial
    @ApnaCollegeOfficial  2 роки тому +3212

    Can I clear College Placements with this course?
    Absolutely YES!
    Do I need to do Java or C++ or both?
    No, you only need one for placements.
    I did not have Computer Science in class 12th, can I do this course?
    YES.
    Is this course for Beginners?
    YES.
    Will we also cover advanced topics?
    YES.
    From where should I practice questions?
    There are practice Qs in homework problems given with each class. You can find this video helpful : ua-cam.com/video/qTph1pj_rCo/v-deo.html

    • @Adityashrotriya
      @Adityashrotriya 2 роки тому +41

      When Shraddha didi will leave apni kasksha, these videos will be private too?

    • @sulthanmogal9692
      @sulthanmogal9692 2 роки тому +16

      @@Adityashrotriya aysa hee lag tha hai bhai😶

    • @namdeohake5705
      @namdeohake5705 2 роки тому +10

      Madam plz angular ke course ki video banso

    • @antaryaamimathematics3668
      @antaryaamimathematics3668 2 роки тому +14

      How to run code in vs code? Please reply.

    • @RohanShingade
      @RohanShingade 2 роки тому +11

      @@antaryaamimathematics3668 In vs code - 1. right click -> click on "run code" option. 2. Click on 'Run code' button at top right corner of vs code window or you can press shortcut key "Ctrl +Alt+N"

  • @pradeep-xu5do
    @pradeep-xu5do 10 місяців тому +5274

    Who is watching without having laptop😂😂😂

    • @user-zx9ew2md8o
      @user-zx9ew2md8o 8 місяців тому +71

      Hum kya kre ab

    • @pradeep-xu5do
      @pradeep-xu5do 8 місяців тому +105

      @@user-zx9ew2md8o kuch mat kro bus dekho samjho😂

    • @user-zx9ew2md8o
      @user-zx9ew2md8o 8 місяців тому +39

      Or bta bhai kaha se ho

    • @pradeep-xu5do
      @pradeep-xu5do 8 місяців тому +22

      @@user-zx9ew2md8o up Hathras

    • @raitatasss
      @raitatasss 8 місяців тому +27

      Ha me bhi bhai😂

  • @Ayan.Sharmaa
    @Ayan.Sharmaa 2 роки тому +2883

    Why this premium course is sooooooooo underrated!! Thanks to everyone whos behind this...Respect++

  • @mr.tryambakamdevsharma3699
    @mr.tryambakamdevsharma3699 4 місяці тому +101

    🎯 Key Takeaways for quick navigation:
    00:00 🌐 *The course is divided into two parts: Introduction to Programming and Data Structures and Algorithms.*
    00:13 🧠 *Fundamentals of coding and programming will be covered, essential for understanding Java.*
    00:27 🗓️ *The plan includes covering coding basics, input/output, variables, and data types in the first 12 classes.*
    00:40 🖥️ *Real-life analogy: Setting up language preferences on a computer to illustrate the importance of binary representation.*
    00:55 ⚙️ *Explanation of binary representation in computer circuits based on high and low voltages.*
    01:09 🤖 *Importance of binary representation in computers due to electrical devices operating on voltages.*
    01:23 🔍 *Converting real-life decimal numbers into binary and vice versa is time-consuming without high-level languages.*
    01:37 💡 *The high-level language, Java, simplifies coding by using a compiler to convert code into binary format.*
    01:50 🧮 *Understanding how to represent numbers and special characters in binary through combinations.*
    02:05 🤯 *High-level languages aid in converting complex instructions into binary code for computers to understand.*
    02:19 🧠 *High-level languages help in comprehending and executing complex tasks efficiently.*
    02:34 🚀 *Java language allows writing code that a compiler converts into binary, enabling computer understanding.*
    02:47 🛑 *Key takeaway: Learning to code involves understanding and translating instructions for the computer to perform tasks.*
    03:00 🚧 *Programming involves providing specific instructions to the computer to execute a task, similar to real-life scenarios.*
    03:13 📚 *The course emphasizes understanding high-level languages like Java for efficient programming and execution.*
    03:42 🍲 *When cooking Maggi, add water and masala to the utensil, boil it until ready.*
    04:10 🔄 *Use flowcharts to understand and represent logic before writing code.*
    04:24 🖥️ *Pseudocode helps represent high-level language logic before converting it into code.*
    05:04 🌐 *Install Java Development Kit (JDK) and choose an Integrated Development Environment (IDE) like Visual Studio Code for Java programming.*
    06:13 💻 *Downloading necessary tools, like a code editor, is essential for writing and running Java code.*
    07:07 🛠️ *Download Java development tools, including compilers and Visual Studio Code.*
    07:35 📥 *To install IntelliJ, refer to the "Jawan Shot" comedy video for step-by-step instructions.*
    08:01 🌐 *Search for "Java development" in your browser to find Oracle's link for downloading.*
    08:30 ⚙️ *Install Visual Studio Code for Java development, available for Windows and macOS.*
    09:00 🚀 *Follow the instructions to download and set up Visual Studio Code for Java development.*
    09:27 📄 *Create a new file in Visual Studio Code and start writing Java code.*
    09:41 🤔 *For beginners, understanding Java code might be challenging initially, but continuous learning is key.*
    10:08 🧠 *Patience is crucial; understanding code takes time, and concepts become clearer with practice.*
    10:36 ✏️ *In Java, creating a class and writing basic code follows a template structure.*
    10:50 📝 *When writing Java code, save the file with the same name as the class inside it.*
    11:03 🗂️ *Naming conventions in Java involve associating the file name with the class name.*
    11:29 🌈 *Color coding in coding environments helps distinguish different elements, aiding in understanding the code.*
    12:11 🖨️ *The initial code commonly used in programming languages is "Hello World," printed using `System.out.println("Hello World")`.*
    13:07 📤 *In programming, "output" refers to what is displayed on the screen, and "input" involves taking data from the user.*
    13:35 🔄 *The Java code undergoes two main steps: compilation and execution, with the help of the Java Virtual Machine (JVM) and Java Development Kit (JDK).*
    15:11 🖥️ *Java code, written in the form of bytecode, can run on any operating system with Java Runtime Environment (JRE).*
    15:39 🌐 *Java is considered a portable language as it allows code to be converted into bytecode, making it system-independent.*
    16:07 🔄 *During execution, the Java Virtual Machine (JVM) converts bytecode into native code that the machine can understand.*
    16:36 🧰 *Java functions (methods) are written within classes, making Java an object-oriented language with organized code structure.*
    17:13 🏛️ *Classes in Java act like kitchens in a house, containing various small functions and providing a structured approach to code organization.*
    17:54 🎯 *The main function (main method) is the entry point of execution in Java, where the execution of the program begins.*
    18:21 🛠️ *Using a code editor like Visual Studio Code, along with Java Development Kit (JDK), allows you to practice coding and run Java programs.*
    Made with HARPA AI

  • @jiyaagarwal7868
    @jiyaagarwal7868 4 місяці тому +17

    00:02 Introduction to Java programming and basics of coding
    02:17 High level language like Java helps in converting commands to binary for computer understanding.
    04:40 Introduction to Java Language and tools needed for development
    07:07 Download the necessary tools for Java development like Visual Studio Code and Java Development Kit.
    09:29 Introduction to Java and creating a new file in Visual Studio Code
    11:49 Introduction to writing the first code in Java
    14:27 Java uses virtual machines and compilation to run code across different operating systems.
    16:43 Functions and classes in Java
    18:39 Introduction to Java Language in placement course

  • @aakashnishad7205
    @aakashnishad7205 2 роки тому +1958

    Can we take a moment to appreciate how she is doing such a commendable job. She is leading this channel very perfectly. Hats of her. Well done, shraddha. It's inspiring.

    • @aakashnishad7205
      @aakashnishad7205 2 роки тому +7

      @@swamipatil3177 kyu khudka toh dekhle phle

    • @arkabkhan99
      @arkabkhan99 2 роки тому +4

      @@swamipatil3177 bhai bhagwan ne banaya hai logo ko kon sikhaya hai ye hrkat aapke ghar wale

    • @lostspirit12
      @lostspirit12 2 роки тому +1

      @@aakashnishad7205 kam bol bete

    • @Dark2115azazel
      @Dark2115azazel Рік тому

      @@arkabkhan99 kaun si harakt?

    • @Dark2115azazel
      @Dark2115azazel Рік тому

      @@aakashnishad7205 abe hat

  • @harshgujjar2321
    @harshgujjar2321 Рік тому +472

    आपकी विशेषता(specialty) है कि आप प्रोग्रामिंग को हिंदी में पढ़ाती व समझाती हैं, यह मुझ जैसे कुछ हिंदी मीडियम बच्चों के लिए बहुत ही सुविधाजनक रहता है समझने में। बहुत बहुत धन्यवाद 🙏🏻🙏🏻

    • @monujangir6830
      @monujangir6830 9 місяців тому

      youtube.com/@codehouse-ai

    • @omkulkarni9126
      @omkulkarni9126 9 місяців тому +2

      Lag gaya kya re bhai tujhe

    • @Code_wale_Bhaiya
      @Code_wale_Bhaiya 9 місяців тому +2

    • @kunikapandey7519
      @kunikapandey7519 Місяць тому

      ​@@omkulkarni9126kya lg gya

    • @sanatani-568
      @sanatani-568 Місяць тому +1

      मेरे तो दिमाग के ऊपर से जा रहा है😂

  • @sangeetamishra1562
    @sangeetamishra1562 4 місяці тому +6

    Thankyou so much didi for this amazing lecture..
    I am in class 12th and taking cs and my computer teacher not teach anything ..thank you didi for these lectures these lectures are very usefull for me..again thanks didi..❤😊❤

  • @animefantasy5155
    @animefantasy5155 6 місяців тому +5

    THAKS FOR THIS COURSE I WAS STRUGGLING WITH JAVA PROGRAMMING LANGUAGE AS A STUDENT I WANT TO LEARN PROGRAMMING LANGUAGES AND THIS VEDIEO HELP ME A LOT ❤😊❤❤❤❤❤❤❤❤

  • @dhirajkumar-ln7vq
    @dhirajkumar-ln7vq Рік тому +13

    dhiraj kumar
    1 year ago
    This is the best course ever ! Huge respect to the team.. thanks
    👍

  • @mankirankaur9412
    @mankirankaur9412 6 місяців тому +12

    Hi Shraddha, the course is great, can you make a detailed video implementing all concepts with OOPS with a real-life project.

  • @SupriyaSharma-wh8pt
    @SupriyaSharma-wh8pt 4 місяці тому +5

    Thank you soo much ma'am....im a 9th class student nd we have to study java nd this is soo much helpful for me

  • @monabbirjohan8803
    @monabbirjohan8803 Рік тому +38

    OMG ! How come her lecture is so comprehendible ! Just 18:46 min is enough to understand "What is coding " for any non-programmer or new comer. Thank you, Sraddha Didi.

  • @VipanKumar-zw4sx
    @VipanKumar-zw4sx Рік тому +16

    Yrr mei phli baar coding wali vdo dekh rha hu mujhe samaj aa rha hai wow yrr kitna acha pdati hain yeh

  • @siddhi_singh25
    @siddhi_singh25 18 днів тому +26

    Watching this in 2024...✨

  • @mahsan9175
    @mahsan9175 11 місяців тому +17

    Very inspiring and informative for us towards coding 💯🌟🌟🌟

  • @yasrabmemon401
    @yasrabmemon401 2 роки тому +135

    Please continue your series of java to advance Spring boot framework,,,,Your way of telling concepts are easily understandable...Huge respect for you...Keep it up.. and don't stop....

  • @namy7506
    @namy7506 Рік тому +33

    oh my god you are so well spoken!! The script for these sessions is exceptionally very well written so that even a layman can understand the meaning!! WELL DONE!!

  • @The-English-Teaser
    @The-English-Teaser 10 місяців тому +15

    I am a moulana and Arabic language student but I am biggest fan of you mam..
    Such your way of teaching awesome...😍🥰

    • @hamzaasad1045
      @hamzaasad1045 6 днів тому

      Wallahi bro I'm also hafize Qur'an bro mashallah may Allah help u more than your wishes ❤❤

  • @Relaxinglofimusic007
    @Relaxinglofimusic007 5 місяців тому +1

    Amazing dii I promise you to watching daily your video for coding. And apply your thoughts and steps. Dii aapka explanation karne ka triiika merko bhut acha lga ❤TQ so much👌🙏

  • @mastermind2330
    @mastermind2330 2 роки тому +61

    Yarr sub bht behtareen hai. I am a beginner and honestly I didn't feel any difficulty while watching this class but 1 think we always miss is questions. We always have some questions in our mind which should be cleared. I recommend if you guys set up any type of platform which you take questions of your viewers.
    I hope you read my message.
    Thanks You!
    Kind Regards 🙂🇵🇰

  • @rajkishore7864
    @rajkishore7864 Рік тому +155

    Exactly what a beginner needs, or someone who is not from computer science background. Great job. So amazing.

    • @hardikvashisht2110
      @hardikvashisht2110 Рік тому +5

      Bhai code huma yaad krna pdega na iss video main joh ha

    • @navneetsingh6348
      @navneetsingh6348 Рік тому

      @@hardikvashisht2110 muzhe bhi yahi doubt hai

    • @devanuragroy7181
      @devanuragroy7181 Рік тому

      A simple and basic introduction to Java. All that you should know about Java - ua-cam.com/video/YRwIrfGtixI/v-deo.html

    • @SharazSharaz-vu9qm
      @SharazSharaz-vu9qm 9 місяців тому

      ​@@hardikvashisht2110
      .

    • @kirankhankirankhan6488
      @kirankhankirankhan6488 3 місяці тому

      Kia ap help kr de
      S K lye meri

  • @nehaSharma-fg1iu
    @nehaSharma-fg1iu 5 місяців тому +10

    How simply she explained everything..gr8 job👍

  • @Easy_Tech_EE18
    @Easy_Tech_EE18 8 місяців тому +1

    ❤❤grt teaching,,,, After 8yrs,,, I am trying to learn and thinking to switch from core electrical

  • @dxtuber1530
    @dxtuber1530 2 роки тому +617

    Hi everyone
    Welcome to 1st Java tutorial
    Its a blessing that we are here
    May you become expert in Coding and may this skill can be your big strength and one of the source of your high income ❤️💪

  • @surendragupta1997
    @surendragupta1997 2 роки тому +370

    This is the best course ever ! Huge respect to the team.. thanks a lot🙏
    And happy learning to everyone

    • @nithin6654
      @nithin6654 2 роки тому +4

      is it enough to get placement??

    • @ddigital_ttime
      @ddigital_ttime Рік тому +2

      Is Java program run also in vs code ?

    • @gargimohanty955
      @gargimohanty955 Рік тому

      @@ddigital_ttime yes it does.

    • @prajapatiroshani5090
      @prajapatiroshani5090 Рік тому

      How to you perchase this course
      Nd about this course if any problem available after payment, how can I gethering help ? Any mobile no. Available for that?

    • @puravsoni1462
      @puravsoni1462 Рік тому

      😘😘😘😘😘😘😘😘😘😘😘😘

  • @Sachin_yadav_00
    @Sachin_yadav_00 3 місяці тому +2

    Today is my first day of java class I have taken a challenge to complete java within 40 days with no doubt

  • @Bipin-vb4om
    @Bipin-vb4om Місяць тому +113

    Anyone in 2024???

  • @310rpilot5
    @310rpilot5 2 роки тому +7

    A clear like an crystal Explanation from you....such a clearly and understanding way to learn code....big fan Apna College 🥰❤️❤️❤️❤️❤️

  • @harleenkaur8320
    @harleenkaur8320 Рік тому +13

    i have never seen as simplified introduction to java as this😇 .thank uh so much

  • @taste_made.
    @taste_made. 8 місяців тому

    Thankyou so much , ap n bhut hi ache s samjaya hai bilkul acha s samj a jata hai bina kisi problem ke

  • @dadgamer1104
    @dadgamer1104 Місяць тому +50

    Kon kon ye video 2024 me dekh raha hai

  • @rehanshaikh3233
    @rehanshaikh3233 2 роки тому +68

    I have never seen as simplified introduction to java as this...great job...keep it up...

    • @saif.less.
      @saif.less. Рік тому +5

      I am a biology student but I am interested in programming now. I am thinking of learning it parallel to my course. My question is that is programming without degree worth it? I can't change my stream as didn't have cs in my 12th. Will I get jobs if learn and develope good skills?

  • @mdkashifreza_it_2138
    @mdkashifreza_it_2138 2 роки тому +51

    Same to same representation as like in C++ introduction video 👍
    Well done ✅

  • @deepaligaikwad2078
    @deepaligaikwad2078 9 місяців тому +3

    Hi.. First very thank you to you for provide this course free of cost us... And it's very useful..
    I am a housewife and complted my bca in 2011..but still I forget all consepts which I learn.. Your video very helpful for mi to understand concepts again.. Thank you very much again...

  • @user-df2hw8eg6r
    @user-df2hw8eg6r 8 місяців тому +2

    excellent explanation mam i am a beginner and I'm really finding it very helpful

  • @LuckyGaming-wl9iw
    @LuckyGaming-wl9iw Рік тому +8

    What a lecture it was 👏 appreciated .... And your positivity !! ❤️👏

  • @AbhinavBhattGaming
    @AbhinavBhattGaming 2 роки тому +4

    Microsoft didi best teacher. OP..all relatable situations used as examples and easy to understand. Looking forward to this series! thank you

  • @user-hc7dl7np2s
    @user-hc7dl7np2s 2 місяці тому

    Today is my first day to learn Java and thank you so much for the videos.❤❤😇😇

  • @baraizkhan3445
    @baraizkhan3445 8 місяців тому +2

    Thank you So much Mam Shardha You Are superb
    I Watched already 100s of Vedio but nothing was untestable for me But your Theory of Understanding the beginners Waooooooo its super When you Were giving the Example of kitchen and maggie Recipe waoo
    You Are Superbs Shardha Mam

  • @pranjalyadav126
    @pranjalyadav126 Рік тому +169

    Today is my first video to learn java.❤️

    • @ashishkb2213
      @ashishkb2213 Рік тому

      Java salary per month how much bro

    • @gymlover5034
      @gymlover5034 Рік тому

      I am stArt

    • @divyansh3_6_9
      @divyansh3_6_9 Рік тому

      @@ashishkb2213 33,000 average salary per month about average 4 lakh annum

    • @ronitbhat9624
      @ronitbhat9624 2 місяці тому

      ​@@divyansh3_6_9is that for someone that's just started because if not, that's really low

  • @soumikaghosh3419
    @soumikaghosh3419 2 роки тому +5

    thank you microsoft wali didi 🥰❤ from being a pcb student i felt it would be much confusing thing but thanks to you the way you teach explain it all going well ♥

  • @muskanmaheshwari2004
    @muskanmaheshwari2004 3 місяці тому +1

    Microsoft wali didi u are always best I have started my coding from your channel 😍1st I have done C language for my 1st semester and now I am learning java for my second semester c bht ache se sikhai h now i know java bhi best hi krwai hogi thanku didi ❣Krishna bless You with success in Your life❤

  • @raghavagrawal5834
    @raghavagrawal5834 2 місяці тому

    arraydeque is good for queue operations and also is memory efficient while linked list consists of pointers which takes more memory it is used when we have to be flexible with queue and list

  • @gauravjain8807
    @gauravjain8807 2 роки тому +18

    Thank you for this channel, learning is more way more easier then it ever was, just happy to have your company...😀

  • @shilpiagarwal4217
    @shilpiagarwal4217 2 роки тому +3

    Hi , I love doing coding but I have basic knowledge of c# bt nowadays Java is every where so after watching ur videos quite encouraging....thanku for making this

  • @mayurbhiogade813
    @mayurbhiogade813 5 місяців тому

    Best way to learn coding . Like that. Flow chart, psudocode, program. Thanks apna college

  • @luqmanalikhan554
    @luqmanalikhan554 Місяць тому +4

    Assalamu Alaikum Mam!
    maine youtube per java tutorials k liye bht search kya lekin apki tarah samjhane wala koi nhi mila.
    Appreciate you Mam
    Thanks for understanding us 🥰🥰

  • @techndoodle
    @techndoodle 2 роки тому +43

    Seriously you always know what students needs thankss 💯

  • @nirajpashandu3988
    @nirajpashandu3988 2 роки тому +16

    Bro you are on next level in coding, your videos helped me for my midterm and also encourages me in coding. Love from Canada.

  • @AdityaAerospace
    @AdityaAerospace Місяць тому +1

    This series is good for ISC students who study JAVA.

  • @sachintangrii3109
    @sachintangrii3109 11 місяців тому

    In Typical Punjabi
    Biba Att Aaaa
    Girl is Awesome Teacher
    And Words From Me
    Khichi Rakh Biba
    Carry On Kudiye
    Waheguru Aapji nu Tandroosti Bakshan

  • @srinithis3749
    @srinithis3749 2 роки тому +43

    love this course a lot.Mainly even if the concepts are tough the motivation she gives to us is what i love the most.

    • @sanjeevbelda2820
      @sanjeevbelda2820 2 роки тому +1

      Hi

    • @sumit_.yadav.
      @sumit_.yadav. 10 місяців тому

      Phli baar java sikhne kii kosis kar rha hun
      Kuch jada samajh m nhi aaya

  • @mnsnaumanshafique7752
    @mnsnaumanshafique7752 Рік тому +54

    Perfect...u have worked hard for making this detailed course much easier with...thats sufficient for us Pakistanis and indians learners to understand easily in our urdu/hindi language...thanks for ur effort..ur style is impressive than any other youtuber👍

    • @AryanKumar-kj1yx
      @AryanKumar-kj1yx 10 місяців тому +4

      She is not speaking Urdu , its Pure and applied HINDI...

    • @monujangir6830
      @monujangir6830 9 місяців тому

      youtube.com/@codehouse-ai

    • @EC__MohammadArshad
      @EC__MohammadArshad 7 місяців тому +7

      @@AryanKumar-kj1yx the languague she is speaking is hindostani(misxture of urdu and hindi ) it is not pure hindi. pure hindi is used in the series like Mahabharata,etc

    • @DhanajiChaudhari-mm8ge
      @DhanajiChaudhari-mm8ge 2 місяці тому

      bro mahabharat langauage used in sanskrit
      @@EC__MohammadArshad

    • @direnbhatsavesoil9628
      @direnbhatsavesoil9628 2 місяці тому

      ​@@EC__MohammadArshad bhai 1:00

  • @Naturalist_237
    @Naturalist_237 9 місяців тому

    I am not interested in java but when i see your video i really impress with you

  • @aarnavborikar
    @aarnavborikar 5 місяців тому

    Thank you shraddha ma'am
    I followed this series for my class 10 Computer application in ICSE and i got 96%

  • @satvik4225
    @satvik4225 2 роки тому +19

    JUST LOVE YOUR VIDEOS , i am in class 12 and i am waiting to finish it and then enter a good collage and see your videos, i just get goosebumps by your videos

  • @Archis1999
    @Archis1999 Рік тому +263

    Though I am an MBBS student still I have great interest in coding and for that reason I searched on UA-cam and found this series. Thank you so much didi, you’re the best !!

    • @zozo-xt5gn
      @zozo-xt5gn Рік тому +22

      as a software engineering student , i suggest you to study both because it can help society to get a medical software ig

    • @sardartejas
      @sardartejas Рік тому +4

      In which year you are??

    • @fizziology2288
      @fizziology2288 Рік тому +2

      same here bro

    • @devanuragroy7181
      @devanuragroy7181 Рік тому +4

      A simple and basic introduction to Java. All that you should know about Java - ua-cam.com/video/YRwIrfGtixI/v-deo.html

    • @depressedguy495
      @depressedguy495 Рік тому +2

      Same here

  • @narutodihargo
    @narutodihargo 9 місяців тому +4

    11:00= save java file, 12:20= run first java program, 13:35= How java code execute,

  • @kailasmhatre3876
    @kailasmhatre3876 11 місяців тому

    Hats off to you. What a energetic person.

  • @adarshhiremath8227
    @adarshhiremath8227 2 роки тому +26

    Im a civil engineer. So I recently got interest in the programming world. This is the best video for basic introduction for java. I recommend

  • @varunanand7915
    @varunanand7915 2 роки тому +37

    You left microsoft for a goal in your head. I can understand why you left. Because of people like you small town kids are growing. Hats off to you. If i get a job in Java i would want to meet you one day to share my story and how "apna college" helped me.. Till the time being i just wanna say-- you are just phenomenal.

  • @gouravrath5479
    @gouravrath5479 7 місяців тому

    Byte code or Native code, which one runs on all the OS? Here you said, 'Source code agar byte code mai convert ho jaye toh aap usse kahin bhi run kar sakte hain.' and same for the native code also. So, which one?
    Thank You

  • @B-the-king
    @B-the-king 7 місяців тому

    I can’t speak hindi but I can understand! Which means this great woman have a magical explanation!

  • @sujatasworldraju
    @sujatasworldraju Рік тому +25

    thank you so much mam....ur lecture always helps me a lot.....actually i have completed my graduation in the year 2016 in arts. now im pursuing java full stack developer course....n u are a perfect guider to me...and after listening your lecture i get a hope to chase and success my dream....thanks also seems me so little to say...thnank you so much mam

    • @amolsaste3742
      @amolsaste3742 7 місяців тому

      Are u still searching a job or got placed.

    • @sujatasworldraju
      @sujatasworldraju 7 місяців тому

      @@amolsaste3742 I'm searching

    • @HabibCode007
      @HabibCode007 6 місяців тому

      in this lecture dsa also completed

  • @boywithguitar1767
    @boywithguitar1767 2 роки тому +135

    Finally!!! Very very very glad to see java course❤️❤️🔥

    • @grandmaster007
      @grandmaster007 2 роки тому +5

      Yes man! Now can start java from basic to advance level!!
      All thanx to Microsoft wali didi and team✨😊☺️

    • @iAbdullahJaved
      @iAbdullahJaved 2 роки тому +1

      Yes!!!

    • @saranshsharma2197
      @saranshsharma2197 2 роки тому +1

      In this series she also teach DSA or not

    • @boywithguitar1767
      @boywithguitar1767 2 роки тому +3

      @@saranshsharma2197 dsa is in 2nd part of this series

    • @harry2666
      @harry2666 2 роки тому +2

      @@grandmaster007 bro I know python should I learn this Java or c or c++
      I am a fresher

  • @aishwaryabadgujar1693
    @aishwaryabadgujar1693 Місяць тому +1

    Thank you so much !!!!!!!the way you explain each and every topic builds our interest to learn more

  • @AryanTakle-vl9vk
    @AryanTakle-vl9vk 9 місяців тому

    For java programming JDK version 16 is suitable right . Means typing code in notepad and getting output on command prompt

  • @mdinzamulhoque5858
    @mdinzamulhoque5858 2 роки тому +51

    Didi, Mashallah! I have never seen a teacher like you.. Please continue the course to the end.. I wanna learn from your.. 🇧🇩

  • @Ganibhaibolte
    @Ganibhaibolte 2 роки тому +6

    you guyss are at the top of the line
    very thankfull to you for such a great work.

  • @Imperialgamer07
    @Imperialgamer07 11 місяців тому

    I know nothing about coding or java but here I am to start, lets see how it goes.

  • @pragneshpatel8564
    @pragneshpatel8564 4 місяці тому +1

    Thank you didi
    For students like me, you have rejected and left such a jobs...
    Have a good future 💯
    Jay Bharat

  • @priteeshilavane2344
    @priteeshilavane2344 2 роки тому +5

    I really love this lecture now I understand what JVM & JDK... The way she explain it.. really commendable...

  • @pranavraj7650
    @pranavraj7650 2 роки тому +22

    Waiting for this course from you since long time i love the way u teach its very easy and intresting with you cover oops part too.... Thank you so much didi....
    Thank you @Aman bhaiya....

  • @prat.eek1
    @prat.eek1 10 місяців тому

    Thank you so much didi aapne ye classes UA-cam par free mai provide Kari thank you so much

  • @RahulSharma-ce8ld
    @RahulSharma-ce8ld 5 місяців тому

    Mam apki sql ki video ne aj exam me bhut help kiya thnk u maam❤

  • @PradeepYadav-mb8bx
    @PradeepYadav-mb8bx Рік тому +11

    We are really greatful to here to Learn coding without paying any cost, thanks a million to Mam to provide us a free classes, i am not from IT background although, when I saw one of her video regarding coding then I was amazed how Mam make it easy for us I mean the way she explains each and everything in way that we can understand very easily. And I think it is must important for everyone to learn coding because our future is totally depend on IT, AI TECHNOLOGY.

  • @taherinpatel9728
    @taherinpatel9728 Рік тому +36

    In ur every lecture ur passion for teaching can clearly be seen... Keep it up ur efforts gonna create big impact..

  • @user-co8mn2xl3d
    @user-co8mn2xl3d 8 місяців тому

    Aapaki har baat samaj rahi he thanks mam 🙏🏻

  • @Gkkigyan2
    @Gkkigyan2 2 роки тому +2681

    Congratulations to everyone who comes in every single seconds.

    • @DevKumar-bw4mp
      @DevKumar-bw4mp 2 роки тому +56

      I am not college student, I am preparing for ssc examination but come here because of Sharda di, bas di ko dekhna acha lagta hai

    • @awwush
      @awwush 2 роки тому +10

      @@DevKumar-bw4mp sharda naam h ?

    • @kinari7587
      @kinari7587 2 роки тому +19

      @@awwush mereko microsoft wali didi laga

    • @sujatagadia7411
      @sujatagadia7411 2 роки тому +3

      @@awwush Shradha*

    • @awwush
      @awwush 2 роки тому +2

      @@sujatagadia7411 ok full name if you know/ linkedin profile?

  • @dhanshripatil1891
    @dhanshripatil1891 2 роки тому +210

    This is the best course ever ! Huge respect to the team... eagerly waiting for the upcoming videos!!!

    • @mrprathameshvlogs6193
      @mrprathameshvlogs6193 2 роки тому +1

      Yes

    • @CSK_0777
      @CSK_0777 2 роки тому +3

      Didi I am in class 11 so can I start that course

    • @fitnessfreak3690
      @fitnessfreak3690 2 роки тому

      @@CSK_0777 yes you can I am in 9 class I have almost completed c and c++

    • @Aryan-cr5gr
      @Aryan-cr5gr 2 роки тому

      This is the first video so how can you judge a course on just one video??

    • @CSK_0777
      @CSK_0777 2 роки тому

      @@Aryan-cr5gr jo kam bhi sikhna ho na to pehle guru per bharosa hona chahiye.
      😏

  • @ajaydeepsingh3745
    @ajaydeepsingh3745 3 місяці тому

    I am very excited for learning Java language with you de😊😊😊😊😊🎉🎉

  • @yogisaini8791
    @yogisaini8791 10 місяців тому

    Didi aapke phadane ka jo trika hai na very osam mane abhi tak 5 language sikh li hai thanks you so much

  • @HimanshuKumar-jx6vr
    @HimanshuKumar-jx6vr 2 роки тому +8

    Love the way you teach :)
    It makes Java more intresting to learn.

  • @ajaysupekar1086
    @ajaysupekar1086 9 місяців тому

    Didi aap bahut aage jaoge😊 Kyun ki aap bahut achha padhati ho❤

  • @WhatDoesHappen
    @WhatDoesHappen 2 роки тому +65

    Thank you sooo much for this course.
    Love & respect to Aapi ( Aapi =Didi) from Lahore, Pk.

    • @anshuraj5734
      @anshuraj5734 2 роки тому +2

      Brother,aapke yahan pe(exactly pak mein) kaun kaun si company hai,aur aapke yahan kaun sa exam hota hai,which is equivalent to JEE in India.

    • @WhatDoesHappen
      @WhatDoesHappen 2 роки тому +2

      @@anshuraj5734 ECAT, FUNGAT, SAT and ETEA . BTW these test depends upon the province to province, like I am from Punjab here engineering admission test is called ECAT While in KPK or sindh it has different name.

    • @anshuraj5734
      @anshuraj5734 2 роки тому +1

      @@WhatDoesHappen and placements????
      Amazon,Google,Oracle,Microsoft ye sab ke offices hain wahan pe ya phir ye sab companies mein placements lagti hai wahan.... I'm just asking these out of curiosity.

    • @WhatDoesHappen
      @WhatDoesHappen 2 роки тому

      @@amritanshsinghgautam4001 Thank you

    • @WhatDoesHappen
      @WhatDoesHappen 2 роки тому

      @@anshuraj5734 Actually yeh sb to nahi hai but jo companies hain unki collaboration hai aek dossre k saath. .I mean direct hiring nh hai.

  • @megha6963
    @megha6963 Рік тому +21

    I have never seen a teacher like you .This is the best course thanks a lot🙏.

  • @Sajid009
    @Sajid009 2 місяці тому +1

    Mera to code run krne pe niche left side me ek notification dikha rha hai ki
    "Run: Importing projects, check details
    Source: Debugger for Java"
    Niche left side me dikha rha hai "Java: Activating"
    Java mane achese install kar liya hai

  • @_Shivanand_Sharma_
    @_Shivanand_Sharma_ 5 місяців тому +1

    Class 9 Se Hi Pareshan Tha mai Java me ab jake aaya smjh

  • @premapnair
    @premapnair Рік тому +3

    Teaching is with so much clarity. God bless!

  • @rathod.12
    @rathod.12 Рік тому +5

    I am very excited for learning Java language with you mam🥰😊

  • @diigithedchali3912
    @diigithedchali3912 7 місяців тому

    Mam aap bohat accha padati ho mere pass laptop nahi hai lekin apko sunneme accha lagta hai

  • @mansigupta6667
    @mansigupta6667 11 місяців тому +2

    Print sum is not a process its a output. So, it's in the Parallelogram shape I think.🙂

  • @user-ke1fw2hg2f
    @user-ke1fw2hg2f Рік тому +4

    Huge respect to the TEAM! Great job👍

  • @prashantjeur5030
    @prashantjeur5030 Рік тому +4

    Hi mam i am M.sc student ... i intersted in java.... your lecture is very easy to understand thanks mam & keep it up..

  • @suhelshaik9961
    @suhelshaik9961 6 місяців тому +2

    She explains wonderfully ✨✨

  • @mohammedyaseenyaseen2423
    @mohammedyaseenyaseen2423 9 місяців тому +1

    _Masha Allah_Didi Allah Bless u with Good health and happiness ❤

  • @javacaman
    @javacaman 2 роки тому +6

    This is what I am looking for
    A reputed channel course on DSA and using JAVA
    Thank you so much 🥺

    • @javacaman
      @javacaman 2 роки тому

      With notes 🥺
      Itne bhale log kahan milte hai ajj kal
      🙌🙌

  • @-UCA-Faivorate
    @-UCA-Faivorate 2 роки тому +27

    It's amazing. It's really creating interest in coding. Hopefully many will be benefited. Wish you very best for your selfless endeavor to make education reach to all.

    • @somu2067
      @somu2067 2 роки тому +3

      Roll no. 40

    • @govindyadav6138
      @govindyadav6138 2 роки тому

      bro mere me vs code install nhi ho raha h, plz help me....

  • @Priyanshu_Chakraborty
    @Priyanshu_Chakraborty 10 місяців тому

    Dhanyavaad di ❤🙏