answersLogoWhite

0


Best Answer

Most banks would contract out code development to a software house. Thus you would have to get a job in a software house to become involved in this sort of code development. Of cause you would need formal IT qualifications to get such a job.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you write a java code for banking system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write a java program for finding multiligual languages?

You can use Java's built-in functions to write a code that will find multilingual languages.


What is Re usability in java?

Reusability in Java means that once you write some code, you can use it over and over again - if you write it so that it can be reused. For example, if you write a Enumeration-Iterator adapter, or some code that lets you treat an Enumeration - Java legacy code - as an Iterator - shiny NEW Java code - then you can use it not only in your animal simulation program, but also in your Jacuzzi interface program.


Write a java code to draw a circle inside in an ellipse?

write a program draw circle and ellipse by using oval methods in java


What is java file in java?

A java file contains the code you write. One java file contains one class so for example when I want to make a class called Person, the source code is saved in Person.java


Write a java application that generates two random numbers using built in method math random ranging 5 to 8 the program should use another built in method to calculate the power of xy the x value is t?

write a java application that generate custemer account balance in a banking system?


Why java is called write once and run anywhere?

Write once run anywhere: Java is a programming language which has its own virtual machine. When you write a program using the Java language you can use it on any operating system which has Java installed. This is different to previous programs and programming languages as they were written for individual operating systems and needed to be re-written for a different operating system. For example, a while ago on mobiles, all we had was "nokia games" "sony-ericson games" "motorola games" etc.. but now we have "java games" which can run on any mobile as long as the mobile has java installed... It's clever and very handy!


How do you Compare and contrast pass1 and pass2 assembler in system software?

i need to make pass1 and pass2 (read from input device then write it to device ) by java code ,........ if any body can help me for that .....


Can the processor of a computer system directly execute source programs written in Java?

No. Even using the Java Native Interface, code written in Java is always in a high-level language.


Do you hava different jre for every editionEESEME of the java platform like jdk does jre too has all the java libraries?

First of all, JDK is Java Development Kit and JRE is java runtime Environment. JDK provides compiler and all the necessary tools to write the code verses JRE provides with the environment in which the java code will run.


Is compiler is platform independent?

No. (Of course you should specify what compiler you are talking about.)


How do you do this java code?

You have to specify the task that you wish me to help you with the Java code.


How do you write program in jdk?

JDK stands for Java Development Kit. It is not a programming language. It is a the system using which you can develop programs in Java. You need to have jdk installed in your machine to create java programs.