Java OOPs Project - ATM Machine in Java using Classes and Objects

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

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

  • @piyushrajput-io6pk
    @piyushrajput-io6pk Год назад +13

    perfect short project to help beginners to learn and enjoy any language..excellent effort bro ...

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

    perfect short project to help beginners to learn and enjoy any language..excellent efforts sir ...What a video to learn java, such videos help to develop interest in what we are learning. All the best

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

    Really your explanations is very awesome 🔥🔥 Hatts off to u bro.. waiting for this type of video. Again Thank you

  • @meharsafi6090
    @meharsafi6090 Год назад +15

    I think in last step in he video! next line to ("enter a valid pin"); you should call the method checkpin(); instead of calling menu(), because if the wrong pin is entered it will again ask user to enter a pin.

  • @shoryasharma7425
    @shoryasharma7425 11 месяцев назад +1

    What a video to learn java, such videos help to develop interest in what we are learning. All the best

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

    Good ! Explanation was very clear of each point and it is easy to understand. Many Thanks !

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

      Glad it was helpful!

    • @ShubhamKumar-ww8pn
      @ShubhamKumar-ww8pn 9 месяцев назад

      @@indianprogrammer0001 bhai Package per Error aa raha kaise fix kare, koi package install karna hai kya pahle, please guide.

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

    Thnks a lot bro👍🏿....Was stuck in this ques and now it's solved..

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

    very simple, beginner friendly,just love it

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

    Maja aagaya bro! Concept ke saat saat project. God bless you>>>>

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

    Video and audio quality is like a pro youtuber
    And also the content is really dope
    Keep it up bro 💪

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

    Bro this video is incredible!! Please upgrade the same code including some other OOPs concepts, I want to place this project on my resume. Thanks a lot, bro 🙌🙌🙌🙌

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

      Thanks man, I’ll consider your suggestion please subscribe the channel to get the notification for new videos.

  • @AmanMishra-ih6gb
    @AmanMishra-ih6gb 11 месяцев назад

    Very nice project brother for beginners and your all project also be very helpful and easy to understand for beginners

  • @soultouchingsongs
    @soultouchingsongs 10 месяцев назад +1

    This is just awesome🙌. Loved it❣. Thank you so much.

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

    Instead of using if else for function call and returning to menu method again after successfully executing the different methods like withdrawl and etc we can use
    Switch statements and do while loop (with while condition as while(opt!=4)

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

    The way he said " mat karna vai bohot basic he majak ban jayegi " really funny 😂😂

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

    love you the way you teaches us ........thanks a tons bro

  • @SuhailKhan-i1w
    @SuhailKhan-i1w Месяц назад

    sir mazza a gya sir

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

    nice one...

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

    This is amazing. ..
    Please make more vedios on java project

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

    thank you soo much sir . it's really helpful and easy to understand

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

    Great Explantion bro

  • @raunakraj1482
    @raunakraj1482 Год назад +7

    In Checkpin function we have to call checkpin() function not the menu() function below the line "Enter Vali PIN !"

  • @studentvlog0312
    @studentvlog0312 6 месяцев назад +15

    Bro Wrong Pin me menu ko kyu call karna wo to system me chal jayeaga instead
    public void checkPin() {
    System.out.println("Enter your PIN :");
    Scanner sc = new Scanner(System.in);
    int enteredPin = sc.nextInt();
    if(enteredPin == PIN) {
    menu();
    }else {
    System.out.println("Enter a valid pin");
    int a = sc.nextInt();
    checkPin();
    }

  • @JavaPro_Hub
    @JavaPro_Hub 9 месяцев назад

    Amazing Brother and Great Explanation... ✨

  • @sakshibhagat4806
    @sakshibhagat4806 10 месяцев назад +1

    Thanks Sir it helps a lot

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

    kya baat ladke , good work yr keep it up

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

    Thank you brother for this all 👍keep it up

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

    awesome content,, bro

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

    Excellent content with a thorough explanation......Thank you😊

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

    great explanation

  • @ganeshnimble3898
    @ganeshnimble3898 11 месяцев назад +2

    Hi,
    After invalid pin hum checkpin(); method ko call karege because humme Enter pin ka option chahiye. menu(); method se hum pin security breach karr rahee hai. Please cross check again

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

    Thankyou learn and implement liked it thanks

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

      Please do watch the whole playlist in the same sequence and let me know your valuable reviews 😊

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

      bro can u please share me the source its not working for me

    • @ShubhamKumar-ww8pn
      @ShubhamKumar-ww8pn 9 месяцев назад

      @@indianprogrammer0001 bhai Package per Error aa raha hai kaise fix kare, koi package install karna hai kya pahle, please guide

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

    Bro please can you add code in description for better practice.. and thanks for this video❤

  • @lionroargaming5640
    @lionroargaming5640 11 месяцев назад +1

    hlo sir ess video me aap last me invalid pin massage k bad menu method ki jagah checkpin method hoga sir

  • @yogeshchoudhary6839
    @yogeshchoudhary6839 9 месяцев назад

    thanks indian programmer

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

    super explanation bro

  • @VikasSalokhe-c6f
    @VikasSalokhe-c6f Год назад

    Good explanation

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

    Literally bro I like your content , keep growing

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

    amazing bro, Thank you!

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

    excilent bro

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

    Simple and supper

  • @537_junaidshaikh9
    @537_junaidshaikh9 Год назад +4

    Bro you added menu(); bymistakely ...but I guess it should be checkpin(); at the end of the video in else condition

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

    Thanku so much☺️

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

    Please make the more videos on oops concepts projects

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

    you did a mistake in your code in "Pin" whether user enter a valid PIN or not he/she will be directly jump into the menu, then what is the use of the PIN? "as u mentioned if PIN is correct jump into menu(); and if its incorrect still jump into menu(); "

    • @saurabhdwivedi7699
      @saurabhdwivedi7699 11 месяцев назад +6

      Ya instead of calling the menu() call checkpin() it works properly.

    • @wonmyeong2.0
      @wonmyeong2.0 10 месяцев назад +1

      Yepp I do the same😂 RECURSIVE CALL

    • @wonmyeong2.0
      @wonmyeong2.0 10 месяцев назад +2

      Jo bhi kho bhaiya ne smjhaya jbardst hai

    • @BharatPatel-qw5ii
      @BharatPatel-qw5ii 10 месяцев назад

      ​@@saurabhdwivedi7699yes sale sab samja kyu nahi rahe small mistake hai isame itani baval khadi kar eahe hai.

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

    enter a valid pin k baad agar menu de denge to v to sara process ho jayega jaise sahi pin dene pr ho rha to hume aisa kuch krna chahiye ki jbtk sahi pin nhi de tbtk menu ka option nhi aaye....BTW You are Amazing

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

      enter a valid pin ke badd checkpin() ko call karwa lo

  • @AhsanMalik-f5j
    @AhsanMalik-f5j Год назад

    Keep it up

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

    Awesome thank you 😊

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

    brother if you call an menu after else condition it will call menu and show invalid pin ! so why the hell user enter a valid pin ?

  • @shivambajaj-p8p
    @shivambajaj-p8p 2 месяца назад +1

    one mistake if user entered wrong pint they shoud not go to menu they should again enter the pin at end of checkpin() method insted of menu() it should be checkpin() - recursion

  • @dontsaymyname6748
    @dontsaymyname6748 5 месяцев назад +2

    Can anyone please tell why did he use " package ATMMachine; "??
    Coz if im using this statement, it is not working

    • @Fardeen11-29
      @Fardeen11-29 4 месяца назад

      package use nhi karna hai to open project me code work karo

  • @arpitbhaliya2972
    @arpitbhaliya2972 4 месяца назад

    Make videos on DSA bro😊

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

    Hi sir , please provide code in description for practice

  • @Fardeen11-29
    @Fardeen11-29 4 месяца назад

    float ke badle double bhi to use kar sakte hai

  • @suhanakhan8901
    @suhanakhan8901 4 месяца назад

    Are you using intelliJ IDEA platform... ?

  • @naithikchatla
    @naithikchatla 4 дня назад

    hi can you upload this code on your github...its very clear and helpful

  • @JORDJOHNNY
    @JORDJOHNNY 7 месяцев назад

    Switch case use krenge toh option select krne ke liye

  • @priyanshisolanki1097
    @priyanshisolanki1097 5 месяцев назад +1

    is it a vs code or any other?\

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

    Thank u bro

  • @ShahFaisalMir
    @ShahFaisalMir 9 месяцев назад

    love you ho gyaa baii

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

    Bro all good but in the last if we add at checkpin at there in else condition menu then it not working it directly opning the account of that person look that part once

  • @Ncertsolution722
    @Ncertsolution722 25 дней назад

    Thanks

  • @vivekbhuva1112
    @vivekbhuva1112 10 месяцев назад +1

    software konsa use kar rahe to run the code.? #IndianProgrammer
    and uska pura installation guide share karoge.?

  • @hurnaqvi5694
    @hurnaqvi5694 8 месяцев назад

    Welldone bro for explaining ! but invalid pin k case mai Checkpin() dobara call kare gy menu() nahi

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

    Can I use this as a mini project in cllg?

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

    Better to use private methods for withdrawl , deposit and checking balance.

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

    We want more

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

    If user enters invalid pin then how should we call menu function?
    Menu function must be called for valid pin and not for invalid pin.

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

    Can i put it to my resume

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

    Thank you

  • @DeepakMishra-iz4dk
    @DeepakMishra-iz4dk 10 месяцев назад +1

    Bhaii waha menu(); nahi checkpin(); hoga nahi to pin glt enter krne ke baad bhi hum log menu mei phuch jayenge

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

    can give brafe explanation on oops concepts as interview qutestions and your channel havae no new videos since many days please consider my request

  • @AdityaPatil-t9b
    @AdityaPatil-t9b 11 месяцев назад

    Very Hard work done by You bro But also give source code

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

    thanks

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

    Bro plzz modify it by adding :
    1. Please insert your card
    2. Verifying card......
    3. Verified successfully
    Iske bad pir enter pin option
    Also add
    MINI STATEMENT option plzzz

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

    👌👍

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

    Bro we need more videos 🙏

  • @princesah9671
    @princesah9671 8 месяцев назад

    You have called menu when the pin is wrong. That means it will do the transaction even when the pin is wrong.....

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

    kya me is chotasa project ko apne resume pe dal sakti hu

  • @VishalKumar-di1yy
    @VishalKumar-di1yy Год назад

    fire❤‍🔥🔥

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

    ❤❤

  • @94sagarbalanagoudra78
    @94sagarbalanagoudra78 Год назад

    Bro one error for starting else and opt 1

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

    BRO, KYA HUM ISS DEGREE MAIE AS A PROJECT BANA SAKTE HAI ?? I SELECTED THAT'S WHY..

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

    KOI MUJHE BATAYA GA KI YEH BHAI KONSA SOFTWARE SE BANARAHE HAI YA KONSI APP INSTALL KI HAI PLSS

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

      Intellij Idea Bro it’s an IDE provided by JetBrains and absolutely free of cost.

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

      @@indianprogrammer0001 THANKS A LOT BROTHER..💌💌

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

    Bhai plz reply code likha kisme hai ?? Like NetBeans or eclipse??

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

    ATM Machine : "Invalid Pin"
    Bank SMS : "Your Balance is now 0.00" 😭

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

    bro can i add this project in our resume as a fresher?

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

      No

    • @RangeethaRRK
      @RangeethaRRK 8 месяцев назад

      Konse graduation ke batch ho aap?

    • @techkid358
      @techkid358 8 месяцев назад

      @@RangeethaRRK 21-25

  • @Khushii_Verma
    @Khushii_Verma 5 дней назад

    Sir please give me a final year project for resume

  • @ccrrickket45
    @ccrrickket45 10 дней назад

    Bhai is ka Source Code Milay Ga

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

    👍

  • @shanksjuro
    @shanksjuro 7 месяцев назад

    source code ?

  • @RJmunna-nl2ie
    @RJmunna-nl2ie 3 месяца назад

    Bhai yar iska source code bhi de dete

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

    source code please provide

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

    Tell me in english

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

    Good explanation

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

    thank you