Introduction to Java Language | Lecture 1 | Complete Placement Course

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 100

  • @ApnaCollegeOfficial
    @ApnaCollegeOfficial2 жыл бұрын

    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 : kzread.info/dash/bejne/o4ikypOpmsLYc9I.html

  • @Adityashrotriya

    @Adityashrotriya

    2 жыл бұрын

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

  • @sulthanmogal9692

    @sulthanmogal9692

    2 жыл бұрын

    @@Adityashrotriya aysa hee lag tha hai bhai😶

  • @namdeohake5705

    @namdeohake5705

    2 жыл бұрын

    Madam plz angular ke course ki video banso

  • @antaryaamimathematics3668

    @antaryaamimathematics3668

    2 жыл бұрын

    How to run code in vs code? Please reply.

  • @RohanShingade

    @RohanShingade

    2 жыл бұрын

    @@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"

  • @aakashnishad7205
    @aakashnishad72052 жыл бұрын

    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 жыл бұрын

    @@swamipatil3177 kyu khudka toh dekhle phle

  • @arkabkhan99

    @arkabkhan99

    2 жыл бұрын

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

  • @lostspirit12

    @lostspirit12

    2 жыл бұрын

    @@aakashnishad7205 kam bol bete

  • @Dark2115azazel

    @Dark2115azazel

    2 жыл бұрын

    @@arkabkhan99 kaun si harakt?

  • @Dark2115azazel

    @Dark2115azazel

    2 жыл бұрын

    @@aakashnishad7205 abe hat

  • @mr.tryambakamdevsharma3699
    @mr.tryambakamdevsharma36997 ай бұрын

    🎯 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

  • @Starmusyc.english

    @Starmusyc.english

    Ай бұрын

    This should be most liked comment but it isn't....

  • @jimmywatson7950

    @jimmywatson7950

    29 күн бұрын

    ​@unknown_motivator1 it is because he didn't put effort. He used AI. But he still got likes because it's helpful

  • @Starmusyc.english

    @Starmusyc.english

    28 күн бұрын

    @@jimmywatson7950 ohh we can do this using AI😳, mujhe nhi pata tha!

  • @jimmywatson7950

    @jimmywatson7950

    28 күн бұрын

    @unknown_motivator1 yah, he said at the end that he made this using HARPA AI

  • @Starmusyc.english

    @Starmusyc.english

    28 күн бұрын

    @@jimmywatson7950 yeah, I haven't seen

  • @jiyaagarwal7868
    @jiyaagarwal78686 ай бұрын

    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

  • @Ayan.Sharmaa
    @Ayan.Sharmaa2 жыл бұрын

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

  • @y2kkaran495

    @y2kkaran495

    2 жыл бұрын

    This is not underrated bro kal hi toh aaya hai 😂

  • @YuvrajSingh-ge6hy

    @YuvrajSingh-ge6hy

    2 жыл бұрын

    Bhai complete hoga tb n, c++ ki trh half n rhe

  • @jayanspaliwal5907

    @jayanspaliwal5907

    2 жыл бұрын

    @@YuvrajSingh-ge6hy haan yrr😕

  • @ravi.rajkumar.24

    @ravi.rajkumar.24

    2 жыл бұрын

    @@y2kkaran495 😂😂😂

  • @prasenjitnayak_

    @prasenjitnayak_

    2 жыл бұрын

    kzread.info/dash/bejne/on2rzNyrdpytcqw.html

  • @harshgujjar2321
    @harshgujjar23212 жыл бұрын

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

  • @monujangir6830

    @monujangir6830

    Жыл бұрын

    youtube.com/@codehouse-ai

  • @omkulkarni9126

    @omkulkarni9126

    11 ай бұрын

    Lag gaya kya re bhai tujhe

  • @Code_wale_Bhaiya

    @Code_wale_Bhaiya

    11 ай бұрын

  • @kunikapandey7519

    @kunikapandey7519

    4 ай бұрын

    ​@@omkulkarni9126kya lg gya

  • @sanatani-568

    @sanatani-568

    4 ай бұрын

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

  • @nehaSharma-fg1iu
    @nehaSharma-fg1iu7 ай бұрын

    How simply she explained everything..gr8 job👍

  • @ExploreKar-le8ql
    @ExploreKar-le8qlАй бұрын

    Who is watching this before collage 2024 in June!😂

  • @Yoyo77776

    @Yoyo77776

    Ай бұрын

    Konsa collage milega tumhe? Tier 1???

  • @mohammadjawhar5672

    @mohammadjawhar5672

    Ай бұрын

    Watching this after 2014 BCA passed out in 2024 June

  • @pramodnegi1774

    @pramodnegi1774

    Ай бұрын

    Mujhe clg nhi milra bhai lowde lge hue hai

  • @unique2723

    @unique2723

    29 күн бұрын

    Me

  • @RajChauhan-by3og

    @RajChauhan-by3og

    29 күн бұрын

    I am going in KIET Ghaziabad

  • @pradeep-xu5do
    @pradeep-xu5do Жыл бұрын

    Who is watching without having laptop😂😂😂

  • @user-zx9ew2md8o

    @user-zx9ew2md8o

    11 ай бұрын

    Hum kya kre ab

  • @pradeep-xu5do

    @pradeep-xu5do

    11 ай бұрын

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

  • @user-zx9ew2md8o

    @user-zx9ew2md8o

    11 ай бұрын

    Or bta bhai kaha se ho

  • @pradeep-xu5do

    @pradeep-xu5do

    11 ай бұрын

    @@user-zx9ew2md8o up Hathras

  • @raitatasss

    @raitatasss

    10 ай бұрын

    Ha me bhi bhai😂

  • @VipanKumar-zw4sx
    @VipanKumar-zw4sx Жыл бұрын

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

  • @sangeetamishra1562
    @sangeetamishra15627 ай бұрын

    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
    @animefantasy51559 ай бұрын

    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 ❤😊❤❤❤❤❤❤❤❤

  • @monabbirjohan8803
    @monabbirjohan8803 Жыл бұрын

    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.

  • @dxtuber1530
    @dxtuber15302 жыл бұрын

    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 ❤️💪

  • @raviprajapati2544

    @raviprajapati2544

    2 жыл бұрын

    tell me how to extract dot class file in vs code?

  • @hafizhanan9601

    @hafizhanan9601

    Жыл бұрын

    If i learn coding from youtube without any degree is it worth it??

  • @Deepak-fq3nj

    @Deepak-fq3nj

    Жыл бұрын

    @@hafizhanan9601 yes

  • @SarcasticGaming2007

    @SarcasticGaming2007

    Жыл бұрын

    thanks

  • @atulanupam2404

    @atulanupam2404

    Жыл бұрын

    @@Deepak-fq3nj how

  • @SupriyaSharma-wh8pt
    @SupriyaSharma-wh8pt7 ай бұрын

    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

  • @mankirankaur9412
    @mankirankaur94129 ай бұрын

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

  • @namy7506
    @namy75062 жыл бұрын

    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!!

  • @310rpilot5
    @310rpilot52 жыл бұрын

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

  • @taste_made.
    @taste_made.10 ай бұрын

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

  • @Relaxinglofimusic007
    @Relaxinglofimusic0078 ай бұрын

    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
    @mastermind23302 жыл бұрын

    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 🙂🇵🇰

  • @harleenkaur8320
    @harleenkaur83202 жыл бұрын

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

  • @aishwaryabadgujar1693
    @aishwaryabadgujar16933 ай бұрын

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

  • @AbhayPratapSingh-in5tx
    @AbhayPratapSingh-in5tx17 күн бұрын

    Kon kon ya video 2024 ke July month me dekh raha hai😊

  • @indorishivamgamer

    @indorishivamgamer

    12 күн бұрын

    Me

  • @anujsharama

    @anujsharama

    12 күн бұрын

    Me

  • @Geeta-uf4hs

    @Geeta-uf4hs

    10 күн бұрын

    Me

  • @msgayathri8752

    @msgayathri8752

    9 күн бұрын

    Me

  • @akankshatiwari1046

    @akankshatiwari1046

    9 күн бұрын

    Me

  • @LuckyGaming-wl9iw
    @LuckyGaming-wl9iw Жыл бұрын

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

  • @dhirajkumar-ln7vq
    @dhirajkumar-ln7vq Жыл бұрын

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

  • @asaulter4650

    @asaulter4650

    2 ай бұрын

    Can beginners follow this??

  • @mayurbhiogade813
    @mayurbhiogade8137 ай бұрын

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

  • @Easy_Tech_EE18
    @Easy_Tech_EE1811 ай бұрын

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

  • @AbhinavBhattGaming
    @AbhinavBhattGaming2 жыл бұрын

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

  • @shilpiagarwal4217
    @shilpiagarwal42172 жыл бұрын

    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

  • @user-df2hw8eg6r
    @user-df2hw8eg6r11 ай бұрын

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

  • @Sachin_yadav_00
    @Sachin_yadav_006 ай бұрын

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

  • @Ganibhaibolte
    @Ganibhaibolte2 жыл бұрын

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

  • @rajkishore7864
    @rajkishore78642 жыл бұрын

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

  • @hardikvashisht2110

    @hardikvashisht2110

    2 жыл бұрын

    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 - kzread.info/dash/bejne/i4arq9Sfd9fPqKw.html

  • @SharazSharaz-vu9qm

    @SharazSharaz-vu9qm

    Жыл бұрын

    ​@@hardikvashisht2110 .

  • @kirankhankirankhan6488

    @kirankhankirankhan6488

    6 ай бұрын

    Kia ap help kr de S K lye meri

  • @baraizkhan3445
    @baraizkhan344511 ай бұрын

    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

  • @sumanbiswas7765
    @sumanbiswas7765Ай бұрын

    Didi kitna achhi he, thank you itna kuch batane ke liye😊

  • @yasrabmemon401
    @yasrabmemon4012 жыл бұрын

    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....

  • @Lakshya2905

    @Lakshya2905

    11 ай бұрын

    No

  • @soumikaghosh3419
    @soumikaghosh34192 жыл бұрын

    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 ♥

  • @raghavagrawal5834
    @raghavagrawal58344 ай бұрын

    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

  • @user-hc7dl7np2s
    @user-hc7dl7np2s5 ай бұрын

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

  • @surendragupta1997
    @surendragupta19972 жыл бұрын

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

  • @nithin6654

    @nithin6654

    2 жыл бұрын

    is it enough to get placement??

  • @ddigital_ttime

    @ddigital_ttime

    Жыл бұрын

    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

    Жыл бұрын

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

  • @premapnair
    @premapnair Жыл бұрын

    Teaching is with so much clarity. God bless!

  • @deepaligaikwad2078
    @deepaligaikwad207811 ай бұрын

    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...

  • @SumantRai.

    @SumantRai.

    11 ай бұрын

    Yes 👍

  • @jagmohanrawat8568
    @jagmohanrawat856810 ай бұрын

    Very nice and clear way to teach us thanks 🙏

  • @techndoodle
    @techndoodle2 жыл бұрын

    Seriously you always know what students needs thankss 💯

  • @LuckyRathod20
    @LuckyRathod20 Жыл бұрын

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

  • @suhelshaik9961
    @suhelshaik99619 ай бұрын

    She explains wonderfully ✨✨

  • @warriorfitness7074
    @warriorfitness70749 ай бұрын

    It's very cool 😊 really And your teaching are really great 👍

  • @mdkashifreza_it_2138
    @mdkashifreza_it_21382 жыл бұрын

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

  • @srinithis3749
    @srinithis37492 жыл бұрын

    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 жыл бұрын

    Hi

  • @sumit_.yadav.

    @sumit_.yadav.

    Жыл бұрын

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

  • @ajaydeepsingh3745
    @ajaydeepsingh37456 ай бұрын

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

  • @AdityaAerospace
    @AdityaAerospace3 ай бұрын

    This series is good for ISC students who study JAVA.

  • @Minimaster1009.
    @Minimaster1009.2 жыл бұрын

    Congratulations for the beginning of such amezing language to the beginners 😎

  • @rehanshaikh3233
    @rehanshaikh32332 жыл бұрын

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

  • @saif.less.

    @saif.less.

    2 жыл бұрын

    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?

  • @MovieOk-p8q
    @MovieOk-p8q7 ай бұрын

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

  • @modssiransari7911
    @modssiransari79119 ай бұрын

    Thanks for you maim Every thing is clear this solution

  • @mahsan9175
    @mahsan9175 Жыл бұрын

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

  • @monujangir6830

    @monujangir6830

    Жыл бұрын

    youtube.com/@codehouse-ai

  • @adityatiwari3789
    @adityatiwari37892 жыл бұрын

    Awesome teaching shraddha Di... 👌👌👌👌👌 Really thankful to you 🙏

  • @Naturalist_237
    @Naturalist_23711 ай бұрын

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

  • @RohitKumar-8510
    @RohitKumar-85102 ай бұрын

    Didi bohat ache se samjh aya aap ki video🙏

  • @sujatasworldraju
    @sujatasworldraju Жыл бұрын

    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

    9 ай бұрын

    Are u still searching a job or got placed.

  • @sujatasworldraju

    @sujatasworldraju

    9 ай бұрын

    @@amolsaste3742 I'm searching

  • @HabibCode007

    @HabibCode007

    9 ай бұрын

    in this lecture dsa also completed

  • @saitejaameda3389
    @saitejaameda33892 жыл бұрын

    This introduction is Fanta fabulous!!I mean a new guy can understand about programming thorough best anology...great way to start with

  • @Hiichanchal

    @Hiichanchal

    Жыл бұрын

    Hy I unable to write a hello world code can you please help me ?

  • @divyasoni8731
    @divyasoni873110 ай бұрын

    Didi.. u r amazing... perfect solution

  • @fatimahashmi6137
    @fatimahashmi613711 ай бұрын

    Mam thank you so much to my difficult subject easy.

  • @priteeshilavane2344
    @priteeshilavane23442 жыл бұрын

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

  • @pranjalyadav126
    @pranjalyadav126 Жыл бұрын

    Today is my first video to learn java.❤️

  • @ashishkb2213

    @ashishkb2213

    Жыл бұрын

    Java salary per month how much bro

  • @gymlover5034

    @gymlover5034

    Жыл бұрын

    I am stArt

  • @ronitbhat9624

    @ronitbhat9624

    4 ай бұрын

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

  • @Official_Radhika_Raj

    @Official_Radhika_Raj

    Ай бұрын

    Mera bhi😊

  • @RUDRAA662

    @RUDRAA662

    24 күн бұрын

    Uparse gayaa😅😅😅

  • @aarnavborikar
    @aarnavborikar7 ай бұрын

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

  • @luqmanalikhan554
    @luqmanalikhan5544 ай бұрын

    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 🥰🥰

  • @HimanshuKumar-jx6vr
    @HimanshuKumar-jx6vr2 жыл бұрын

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

  • @gauravjain8807
    @gauravjain88072 жыл бұрын

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

  • @mohammedyaseenyaseen2423
    @mohammedyaseenyaseen2423 Жыл бұрын

    _Masha Allah_Didi Allah Bless u with Good health and happiness ❤

  • @muskanmaheshwari2004
    @muskanmaheshwari20045 ай бұрын

    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❤

  • @raushanInspiration7631

    @raushanInspiration7631

    4 ай бұрын

    Right sis 👍 kon se college se ho

  • @aarishkhan1320
    @aarishkhan13202 жыл бұрын

    Totally love it 😊 i appreciate your effort

  • @GlamSphere9695
    @GlamSphere96952 жыл бұрын

    Thankyou so much Didi Lonch Java with Data structure 😘😘

  • @sarathchandra842
    @sarathchandra842 Жыл бұрын

    explanation is good, I need this course in English language as well......🙂🙂

  • @JOURNEY-AH
    @JOURNEY-AH5 ай бұрын

    thank you it is very interesting and informative class😊😊😊

  • @gurumail07
    @gurumail072 жыл бұрын

    The way you make us understand how code works and languages intract with OS and system is recommendable ...thanks for your videos...

  • @boywithguitar1767
    @boywithguitar17672 жыл бұрын

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

  • @grandmaster007

    @grandmaster007

    2 жыл бұрын

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

  • @iAbdullahJaved

    @iAbdullahJaved

    2 жыл бұрын

    Yes!!!

  • @saranshsharma2197

    @saranshsharma2197

    2 жыл бұрын

    In this series she also teach DSA or not

  • @boywithguitar1767

    @boywithguitar1767

    2 жыл бұрын

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

  • @harry2666

    @harry2666

    2 жыл бұрын

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

  • @diigithedchali3912
    @diigithedchali391210 ай бұрын

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

  • @user-np8xt3hg9q
    @user-np8xt3hg9q2 ай бұрын

    Hum ne 10 computer science me para tha os se inspiration mili hai ke me ya sikho ❤

  • @pravindoke
    @pravindoke2 жыл бұрын

    the flow of lecture is amazing and well designed.. hats off

  • @surajkhatri3455
    @surajkhatri34552 жыл бұрын

    Tnq didi, I'm from bba background and this concept is new for me but the way you taught,things become simple for me.Tnq didi nd tnx to all of ur team 😇

  • @AffectionateAntenna-jt1ot
    @AffectionateAntenna-jt1ot5 ай бұрын

    Yes this lectur very good i am reading to coding

  • @himanthaxel8323
    @himanthaxel832310 ай бұрын

    tried it and got a best result thanks mam

  • @onlinetutor3861
    @onlinetutor38612 жыл бұрын

    Your way of teaching is too good....❤️

  • @taherinpatel9728
    @taherinpatel9728 Жыл бұрын

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

  • @monujangir6830

    @monujangir6830

    Жыл бұрын

    youtube.com/@codehouse-ai

  • @B-the-king
    @B-the-king10 ай бұрын

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

  • @ajaysupekar1086
    @ajaysupekar108611 ай бұрын

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

  • @pranavraj7650
    @pranavraj76502 жыл бұрын

    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....

  • @suriyanarayanan1626
    @suriyanarayanan16262 жыл бұрын

    Superb explanation 👌,please put the complete course.

  • @_Shivanand_Sharma_
    @_Shivanand_Sharma_8 ай бұрын

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

  • @itzzshubhamvlog
    @itzzshubhamvlog2 ай бұрын

    Thankyou very much ma'am ✨💖

  • @dhanshripatil1891
    @dhanshripatil18912 жыл бұрын

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

  • @prath.mezzz01

    @prath.mezzz01

    2 жыл бұрын

    Yes

  • @CSK_0777

    @CSK_0777

    2 жыл бұрын

    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. 😏

  • @user-ie1xt4wq1o
    @user-ie1xt4wq1o3 ай бұрын

    I saw this video first time , but i understand nothing because i am beginner, but still thanyou di for ths support

  • @MuhammadSaud-tv9lt
    @MuhammadSaud-tv9lt6 ай бұрын

    I never took any class of computer in my life but i can understand it thanks Didi

  • @PradeepYadav-mb8bx
    @PradeepYadav-mb8bx Жыл бұрын

    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.

  • @Archis1999
    @Archis1999 Жыл бұрын

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

  • @surasura069

    @surasura069

    Жыл бұрын

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

  • @sardartejas

    @sardartejas

    Жыл бұрын

    In which year you are??

  • @fizziology2288

    @fizziology2288

    Жыл бұрын

    same here bro

  • @devanuragroy7181

    @devanuragroy7181

    Жыл бұрын

    A simple and basic introduction to Java. All that you should know about Java - kzread.info/dash/bejne/i4arq9Sfd9fPqKw.html

  • @depressedguy495

    @depressedguy495

    Жыл бұрын

    Same here

  • @guguandile...
    @guguandile...3 ай бұрын

    This looks and sounds so interesting I wish it had English captions

  • @dilpreetdhimann
    @dilpreetdhimann11 ай бұрын

    What lecture is so comprehensible that you have written understand the meaning

  • @jasmyjosewithjesus
    @jasmyjosewithjesus2 жыл бұрын

    Simply great work. Thanks a ton 🙏🙏🙏🙏