31 Java Example Program Bank Part 7 |

preview_player
Показать описание
"Learn How To Design + Code A Complete App From Scratch To Playstore"
-~-~~-~~~-~~-~-

This Java Tutorial video talks about the Bank application in java and how to create the menu driven application inside the main function that ll let the user perform some action based on predetermined choices.

OUR WEBSITE

OUR SOCIAL LINKS
Follow us on
Рекомендации по теме
Комментарии
Автор

237 FREE Java slides!!!
These slides teach you everything you need to get started with Java programming. I will be adding a PART 3 in addition to the two parts that will cover more complex topics. I was so excited with these that I couldn't wait to upload it ASAP!

slidenerd
Автор

for everyone who is getting unhandled IO exception please modify your main method like this 

public static void main(String[] args) throws IOException{

}

I hope it helps

shako
Автор

Hi Vivz, as of know for beginner java videos are very good, your teaching skills are unbelievable thank you very much but i didn't find videos on threads concept can you upload those videos also it will be helpfull for me thank in advance

ravichandu
Автор

c[numberOfCustomers] = customers;
numberOfCustomers++

in first line and first alphabet in this above code compiler is not recognizing what is 'c'?

syedalam
Автор

Hi vivz, nice tutorial, i have a little question.
why do you do this  
Customer c[]  = bank.getCustomer(); outside the while. When all starts does  bank.getCustomer(); has something? no its null, and then when you get in the while loop you just need the c array. So i can say: Customer c[]=null or not. the method getCustomer() only you call it one time and its outside de while when its always null. correct me please if i am wrong.


Thanks and keep going

easyjapaneseforall
Автор

i did everything same how u did in the series. But i have problem with the for loop. when i write it down the program crashes. And when i wrote the c array's count then it gives me 1000. Where is my mistake ? what do u think ?

erdinc
Автор

Hi there, I have watched all your videos and I liked all of it and all were very easy to understand  till this one.
in your previous videos, you used to clearly define us about what each part of program was and how it works, such as method, constructor, parameter etc.
But in your last 2 videos, you haved used array, and then different approach for user input, switch etc, , of which we beginners have no idea because you haven't defined it before.. So, its kinda hard to understand what these things mean coz its a vast program and we have no idea about the looping construct like switch, , array, user input etc..
So, i just wish that you will define any new things that we are supposed to use before using it in the program directly.

Please don't get offended. Just my thought.
Thank you..
keep up the good work..
Looking forward for your other videos.

panteramb
Автор

When I type Bank bank = new Bank(); I get error message: "No enclosing instance of type TestBankProgram is accessible. Must qualify the allocation with an enclosing instance of type TestBankProgram (e.g. x.new A() where x is an instance of TestBankProgram)." but I created my class Bank{ } exactly as shown. This message makes no sense as I clearly created a class called Bank. Can anyone please give me a tip here? I'm on Eclipse ... Eclipse IDE for Java Developers Version: Neon.3 Release (4.6.3) Build id: 20170314-1500

gailwaters
Автор

I wrote the exact same code in ECLIPSE and it has so many errors in the main method.

fancyAlex
Автор

Vivz,

Using bufferedreader how can we make neat and nice so that the pointer comes to the next line automatically?
Nice tuts!

Thanks

pukka
welcome to shbcf.ru