

InterviewSolution
Saved Bookmarks
1. |
Solve : HTML question regarding a button action? |
Answer» Hello everyone, Are you trying to deposit/withdrawl money to/from a banking site with out having to actually log into the site? Me and BRONI do that everyday.......Looks more like a "sample" type project. For example, in one java book I had there was a DISCUSSION of multiple threads erroneously using one thread per teller at a bank which ended up causing issues with the unsynchronized access to the accounts eventually leading to discrepancies. the Book then took a turn down *censored* lane by simply making said access methods "synchronized" rather then studying why it would be necessary to have each teller on a SEPARATE thread, ESPECIALLY given that even in the busiest times at a bank only one teller window is ever open at a time. regarding this issue however, if you want to define a set amount, you can make the textbox invisible and give it a defined value. |
|