Java walk through: ATM

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

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

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

    Your thought of process in making stuff is really precious. Appreciate you taking your time to code.

  • @winaura4117
    @winaura4117 4 года назад +18

    Thank you for making this! I'm a Java novice right now and this is the sort of practice project I was looking to jump into :)

    • @siberiubabinet2373
      @siberiubabinet2373 4 года назад

      fuck ur fish

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

      Was the project complete? im about to start it. thanks!

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

      same here

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

    Great step toward learning real coding, the beginner stuff is oversaturated online, good to see step up!
    Thank you

  • @maranata7064
    @maranata7064 10 лет назад +15

    very interesting example But I recommend to create ATM as a collection of classes and implement all the functions then just call them in main. instead of doing on main just to keep free the main for testing. and inherit accounts to bank class and keep the common variables and functions on bank class.

  • @omgcoin
    @omgcoin 10 лет назад +5

    i just wanna say...God bless you. Please keep these videos coming! I wish my teacher was this clear

    • @НиколаВълчинов
      @НиколаВълчинов 3 года назад

      Are u professional programmer so far ma man

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

      @@НиколаВълчинов that's the question i always love to ask people who started programming way much before me as im still a begginer

  • @Сергей-и8ж7в
    @Сергей-и8ж7в 2 года назад +6

    Очень классный урок, спасибо автору за старания и объяснения!

  • @aryat06
    @aryat06 7 лет назад +9

    I learned so many things from this video.Thanks a lot!

  • @varunp309
    @varunp309 Год назад +18

    Any body watching this video in 2023

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

    this is amazing... perfect rhythm and pace

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

    Your videos are awesome thanks for posting

  • @prachishrivastava9948
    @prachishrivastava9948 6 лет назад +2

    I got to learn so many things.It was indeed great help.Thank you so much.

  • @TechLiterate
    @TechLiterate  11 лет назад +11

    Unfortunately, I can't help you out...you'll have to debug it yourself! A good skill to learn!

  • @comfortablynumb5001
    @comfortablynumb5001 3 года назад +7

    One question, so how do know which method go under which class ? For example, printAccountSummary () is in user class, since its says account i was thinking that needs to be in account class. This is the hardest part to understand in this video,
    Is there any specific rules we need to follow or how to you get the idea . Please help i’m sure there are other ppl struggling to understand this as well.
    And thanks for the video learned alot 🙏🏻

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

      The user class has the array list of accounts, so it will have the balance information of each account. The account class is just the blueprint or skeleton of what each account object is expected to have (name, holder, transactions). Every time we create a new account (savings, checking account, etc.) we add it to the accounts array list that belong to the user class. We have to iterate through the accounts array in the user class to get the information of each account object we have added to our user.

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

    Do you have any class diagram or any diagram that you made before starting out coding........that would be very helpful to get an idea of what we will be doing next.......so that we can try to think of a solution on our own and if could not, then we can refer to the video

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

      Any flowchart or steps you might have written down before stating coding will also do......please

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

    can you share the source code? I am not able to see your post which is in the description.

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

    if you put your own bank account number and sort code in with your code you can do some pretty amazing things ;)

  • @mahmoudabdalmaksoud8416
    @mahmoudabdalmaksoud8416 4 года назад

    wow, what an awesome video , this a big step foe me in learning java ,
    thank you

  • @danielfleck890
    @danielfleck890 7 лет назад +1

    Thanks for the video! Keep them coming!

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

    Amazing video! I do highly enjoy that font that you have for your text editor. Does anyone here have any idea which front that is?

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

    dude thanks a lot this video really helped me!

  • @vermajiutube
    @vermajiutube 10 лет назад +2

    thanks a lot..these projects are extremely helpful :)

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

    @techLiterate have you stopped making videos?

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

    How would I set up a JUnit 5 test for this project. I'm curious as to how you can get the uuid as you won't know what it is until we run the class and then we would have to enter that uuid and pin to continue to the menu. I'm a beginner with both java and junit, any help is appreciated!

  • @dennislee1818
    @dennislee1818 5 лет назад +1

    can i still get a copy of this code?
    i wanna try run and test to learn this

  • @ilhomhuja
    @ilhomhuja 6 лет назад +2

    well done, great lesson and very nice code but extremely too complicated, im working on it to lesser and make it more readable,

  • @jdhpowerlifting
    @jdhpowerlifting 8 лет назад +1

    Quick question, in this particular example, is there a function to create your own user? Just looking though the source code, i noticed that you hard coded some of the users. I have only gotten through 20minutes of the video so far, but i was curious.

  • @buildleadinnovate24
    @buildleadinnovate24 7 лет назад +1

    why u use String pin instead of pinHash[] in user class???

  • @francisgitau9257
    @francisgitau9257 8 лет назад +1

    hii techliterate thank you for your tutorials they have been very helpful.
    I wanted to ask if you know how i can intrgrate the Atm system with a fingerprint scanner. I am using zk4500 fingerprint scanner

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

    I wrote code up to 52:48 my eclipse console is showing ATM [java Application]
    what should I do?

  • @TheNohonorpker
    @TheNohonorpker 11 лет назад +1

    thank you for creating these videos!

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

    Very good video even after so many years! Just not agree so much about the logic for the function withdraw and deposit, instead two accounts I'd say just one account affected since it's for cash I think?

  • @tonyteo7407
    @tonyteo7407 10 лет назад

    Many thanks!
    But, how to add the account.txt in code ?? ( the users, pin and UUID saved in "account.txt")

  • @buckett0011
    @buckett0011 4 года назад +1

    Great tutorial, thanks !

  • @tennenyt5311
    @tennenyt5311 4 года назад +1

    Wait but I disagree with the transfer funds transactions. It's not two different transactions. Transferring funds is one transaction from the account that transferred the funds. Receiving funds isn't a transaction is it?

  • @snehilsingh5143
    @snehilsingh5143 5 лет назад

    The link in the description doesn't work please provide a link to the source code.

  • @shitolshojol6416
    @shitolshojol6416 6 лет назад +1

    hello sir,can you also done this with GUI,plzzz???

  • @khurshedalam9146
    @khurshedalam9146 4 года назад

    Isn’t there any easy way to build the inscriptions. I didn’t understand why did u transfer the “0” amount from account to account. Since, It has no value. But your video is good. Can I get more video like that? I m studying on “Selenium”.

  • @NEO-wl9ox
    @NEO-wl9ox Год назад

    Just bumped into some tremendously disillusioning comments people came up with ,
    I mean that was too tempestuous and entire vd was made out last 10 yrs so extensively so
    These kinda of impeccable and autonomous deployments and developments can’t be available at that time
    At least he came up with some captivating ways to carry out project

  • @muhammadshiva4335
    @muhammadshiva4335 5 лет назад +1

    Thank u, It's really helpful

  • @TechLiterate
    @TechLiterate  11 лет назад +6

    RUclips won't let me post a link to the code in this comment, but if you check out the post I link to in the main video description, there's a link to the implementation code just above the embedded video. Good luck!

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

    Really helpful.

  • @gurshansingh767
    @gurshansingh767 4 года назад

    Hello, which package have u imported while writing this program?

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

    Why is there no interface in this but it's called ATM interface?

  • @muhammadwaqarsiddiqui6731
    @muhammadwaqarsiddiqui6731 7 лет назад

    hey great i want a project which implements automata in ATM. can you help me ?

  • @johndsouza3049
    @johndsouza3049 5 лет назад

    If I can ask, what design pattern you have followed here for this project ? If at all, you have considered any design pattern. Or is it just a demo kind of video as a tutorial. Also, I have followed your whole video, in my code the UUID is returning a single digit value. Why that is happening any idea ? Thank you.

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

    you must code more projects brother, thanks

  • @lolson4185
    @lolson4185 9 лет назад

    Instead of a do-while loop can't you just use a for loop? This is a very good video, not trying to be rude just asking.

  • @krispycashmier
    @krispycashmier 11 лет назад

    hey, i got it running now, and I have a problem logging in because the user ID is composed of letters. i copied it and put in my pin but it says error. can you help me?

  • @ketan9877
    @ketan9877 11 лет назад

    im trying to figure how to do this but having it create a file for each user that is manually created... can you point me in the write direction

    • @TechLiterate
      @TechLiterate  11 лет назад

      Hi Ketan, sorry, I can't help you out on this one, but just try out something and see if it works!

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

    Is someone have it's full source code?

  • @jRQLME
    @jRQLME 4 года назад +1

    great job! thanks!

  • @krispycashmier
    @krispycashmier 11 лет назад

    hi it would be kind of you if you can give me a link to the raw files for this program please :)
    thanks in advance!

  • @deepakkumarmoharana3530
    @deepakkumarmoharana3530 5 лет назад

    I want this project for my clg...so can u plz give me the code??

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

    Evil bank employee : ☹️

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

    How do you add all comments line at once?

  • @Makalu7
    @Makalu7 8 лет назад

    @techLiteral, hey is this a good program to practice OOP?

  • @anujraja
    @anujraja 5 лет назад

    Can u by any chance send me this project of yours? I need it for school!

  • @ahmettachmuradov8630
    @ahmettachmuradov8630 4 года назад

    thanks a lot man. thats incredible

  • @cindy860314
    @cindy860314 8 лет назад +1

    Thank you so much!!!!

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

    Cant pin be allotted permanently and store the data in database

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

    hello, how can I get the code of this project ?

  • @himanshumahato5069
    @himanshumahato5069 5 лет назад

    whats your github id . I need that code for my coming project

  • @nikithaps2954
    @nikithaps2954 6 лет назад +1

    Thank you sir!!

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

    What is the software and hardware requirement for this project??

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

      I'm not sure about what you mean by hardware, but for the software he is using an Eclipse IDE , you can download it right from their website.

  • @mikhylasaycon5584
    @mikhylasaycon5584 8 лет назад

    can you use frame in making this

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

    where is your dto and dao?

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

    Can u please provide the source code i need it really urgent

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

    do have flowchart for this?

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

    Excellent

  • @nomunbilegtnarantsatsralt8201
    @nomunbilegtnarantsatsralt8201 10 лет назад +1

    Thanks a lot :D

  • @lifeoftomi_
    @lifeoftomi_ 9 лет назад +5

    HI, can this also be done with GUI?

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

    Buddy, what apps are you using in this, was it blueJ

  • @nor2013100
    @nor2013100 5 лет назад

    Can you give the code and i will pay for that via paypal?

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

    Source code link anyone?

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

    Where is the thread?

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

    Use to java eclipse

  • @AmanSingh-m5q
    @AmanSingh-m5q Год назад

    love from india

  • @alexgouveia11
    @alexgouveia11 4 года назад +1

    I really wanted to enjoy this video, but it's really annoying that you speed up at all times.

  • @mahmoudabdalmaksoud8416
    @mahmoudabdalmaksoud8416 4 года назад +1

    you can find the code in the link below
    github.com/mahmoud-abdalmaksoud/ATM

  • @c_zeroyt2556
    @c_zeroyt2556 8 лет назад

    great !!!!!!!

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

    thanks

  • @drewkelly1955
    @drewkelly1955 8 лет назад

    make more videos!!

  • @richardtichy6982
    @richardtichy6982 5 лет назад

    checking balance 0, savings balance 0...when u transfer some amount lets say 100...from checing to savings...balance is : checking -100; savings 100; I WANT account like that :D

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

    nice thx

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

    how are you generating comments

  • @bikashbarik3574
    @bikashbarik3574 4 года назад

    plz give codes

  • @dzlee218
    @dzlee218 8 лет назад

    make more videos!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

    Give me source code

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

    How about the front end part

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

    can i get the code please?

  • @makito106
    @makito106 4 года назад

    6:47

  • @makito106
    @makito106 4 года назад

    24:35

  • @boblok5249
    @boblok5249 4 года назад

    49:50

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

    1:41:02

  • @makito106
    @makito106 4 года назад

    12:13

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

    Hi sir....this code to give me ....plz sir

  • @khurshedalam9146
    @khurshedalam9146 4 года назад

    He mass up every thing in one lecture. Not a good video.

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

    sadly this channel is dead

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

    How many times is this guy gonna delete code the go right back and type the same code again over and over. You make it extremely difficult to follow along.

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

    37:21