baaank acoounts related 0 Answer(s) 3 years and 2 months ago
Posted in : Java Beginners
hi all i have one code but that is not working kindly help me send me a working code as i a am totally new to java
Assume that the bank maintains two kinds of accounts for its customers, one called savings account and the other current account. The savings account provides compound interest and withdrawal facilities but no cheque book facility. The current Account provides cheque book facility but no interest .Current account should also maintain a minimum balance and if the balance falls below this level, a service charge is imposed.
In this program student is expected to create 3 classes as described below.
1. Account Class : This is an abstract class. It contains following information,
- Customer Account number an integer number, This is automatically generated starting from 101. - Customer type which is of character type and can have only 2 values C or S. C for Curr-acct and S for Savings account - Customer Name. - Customer Address of String type.
This class has following methods, - Constructor method to initialize all 4 variables given above - One method that displays all above information in required output format. - One abstract method defined as, float calculates Balance ( ); This method is overridden in the two subclasses.
2. Curr-accnt class : This is one subclass of above defined Account class and stores following information, - Balance in Account. - Interest Rate. - Penalty. This class contains following methods, - Constructor. - Overridden method calculate Balance to calculate the balance in account. - Accept deposit from customer and update the balance. - Compute and deposit interest. - Withdraw and update interest. - Check for minimum balance, impose penalty if necessary and update the balance. - Method that displays the data in this class and super class in the required output format. 3. Savings-accnt class This is one subclass of above defined Account class and stores following information, - Balance in Account. - Interest Rate. This class contains following methods, - Constructor. - Overridden method calculate Balance to calculate the balance in account. - Accept deposit from customer and update the balance. - Compute and deposit interest. - Withdraw and update interest. - Method that displays the data in this class and super class in the required output format.
At the end, this program should ask the user to enter the customer account number and should find out whether the particular account number is valid or not. If the customer is present then the all the information about the concerned account should be displayed . Similarly, the customer is asked whether the customer wants to deposit or withdraw the amount and accordingly proper methods are invoked.
If the customer account number is not valid then proper error message should be displayed.
View Answers
Related Pages:
baaank acoounts related - Java Beginners baaankacoounts related hi all
i have one code but that is not working
kindly help me
send me a working code as i a am totally new to java
Assume that the bank maintains two kinds of accounts for its customers, one
related to database related to database how to override existing values in table?
when user enters his updated data through query
Related to Histogram Related to Histogram hi
this is srinivasrao.
In my project i have to display using chart for that i want to use histogram. k chart displayed but the values given by me is not related display chart so please give the code if u
related to java related to java what is mean of }); in java.i know that } is used to close a block of statement,) is used to close a statement and ";"is used after close a statement but i can not usderstood the use of }); together in a java
Related to Project Related to Project how speech to text project can be make in java?
Please tell me the coding part therapeutically i know i have to use java speech api which offer two technology
1. speech recognization
2. speech syenthesis
Dumps related to weblogic certification
Dumps related to weblogic certification I want to perform the weblogic certification exam code 1z0-110. Can anybody please provide me the dumps related to 1z0-110
Thanks in advance
Java and jvm related question
Java and jvm related question What is difference between java data types and jvm data types
Question related to Hibernate
Question related to Hibernate Why do we use Set in child class in 1:many hibernate ,why can't we use Directly HashSet
Server Related exception
Server Related exception How will write code to handle serverside exceptions in our projects.Earlier we dont know which exception the code will throw
liferay related query
liferay related query can you suggest me how to get all the session ids of different users logged in to liferay
Java Related Question
Java Related Question hi,
Why java doesn't has primitive type as an object,whats an eligibility to have a primitive type as an object by the languages
project related question
project related question 1- how to insert a date through hibernate
2- how to insert exact time ,date separetly in the data base for current time date
problem related to onSubmit() method
problem related to onSubmit() method Hello,
I am developing application.when i submit form at that time formBacking() method is call...Instead of that
onSubmit() should have to call
....
please help me
JDBC related query
JDBC related query How to merge two resultset of two different queries, wherein both the resultset(after query execution)gives an integer value as its column
string related question
string related question *q.1>how i dispaly the reference of string variableS ?
eg:-String s1="my name";
Sring s2="your name";
here what is address of variable s1 and s2
iphone property list related
iphone property list related question related to iphone application......
how to retrieve data from plist and again check the condition if data is found in plist then go to next view and print those value in table
query related to jdbc
query related to jdbc hello,
i have done my database connection successfully ie db2 with RAD. but while running my application i am not able to fetch the data so please suggest and help me
Struts related Question
Struts related Question Hi All,
I have a one question on validation framework for client side validation please help me on that.
suppose i don't want to put required=true in our JSP then what will happen.
what error will come
java question related to objects
java question related to objects what is the output of the following code?
public class objComp
{
Public static void main(String args[])
{
Int result = 0;
objComp oc= new objComp();
object o = oc;
if( o==oc) result =1;
if(o
Window.open Method Related.
Window.open Method Related. sir, i use to window.open method to popup window its works easily but when windows popped up at that time i want to disabled part, except popup window
look like when alert(), prompt(). or other site
java related question
java related question How can we make a program in which we make mcqs question file and then make its corresponding answer sheet....like if we make 15 mcqs then java should generate it answer sheet of 15 mcqs with a,b,c d
query related to uploading file
query related to uploading file hello friends
i am doing my project in servlet and i want to upload a file and store file in local hard drive and file name and path in oracle database.with name file name and path i also want
related to multiple thread....!!!! related to multiple thread....!!!! Write a Java program, which creates a linklist for Employees info viz. EmpID, EmpName, EmpAge.
All operations should be performed on the linklist, like; Create, Add, Delete, Update, Size
Jboss related linkage error
Jboss related linkage error Please check below error when i run in jboss
java.lang.LinkageError:
loader constraint violation in interface itable initialization:
when resolving method
java related - Java Beginners
java related Hello sir,
I want to learn java. But I don't know where to start from. I have purchased one java related book. But I am not undestanding the concepts & programming properly.should I go for external
Related to GenericServlet and HttpServlet Related to GenericServlet and HttpServlet Que: Http Servlet extends Generic Servlet then Why both GenericServlet and HttpServlet implements Serializable interface ?
GenericServlet and HttpServlet implement
Data base related question
Data base related question sir my table has only one element(that is pno),i am using ms-access as backend.
i put only one element i want to retrieve that element .how can i retrieve that element,using jdbc technology.
please
query related to awt
query related to awt Hi,
I want to know how to check a text value is numeric or not when user enters the text to the textbox.After checking whether the enter text is numeric we need to display in LwDialog showing proper
scrollableDataTable Related issue
scrollableDataTable Related issue Earlier Dynamic Data Table is created by using HtmlDataTable object and it is used in xhtml by using attribute binding.
I have replaced HtmlDataTable object with HtmlScrollableDataTable object
JDBC ODBC related problem
JDBC ODBC related problem i WANT HELP RELATED TO JDBC CONNECTIVITY WITH MS ACCESS..
HERE IS MY FULL CODE...
import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import
JDBC related Problem - JDBC
JDBC related Problem Hey plz check out the following code ....
import java.sql.*;
class DatabaseStore {
public static void main(String [] args) {
String ds = "sch"; // the datasource name
String dbUrl
code related problem
code related problem this code is compiling but not running please help
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Mybutton11 extends JFrame
{
JTextField text1 = new JTextField(20
Related to weblogic server8.1 Related to weblogic server8.1 hi Everybody,
i have write a simple servlet program and deploy on weblogic8.1 server. when I'm running this app. when I'm testing this app. this error is occurred.
Error 500--Internal Server Error
Related to multiple inhetitance - Java Beginners Related to multiple inhetitance Sir,
Plz help me to solve this question.
Q.1. Write a Progarm to illustrate the concept of multiple inheritance using interface
query related to roseindia example - Ajax
query related to roseindia example http://www.roseindia.net/ajax/File-Upload.shtml
In FileUploadServlet.java
where is "fileupload package"
I am getting error on "import org.apache.commons.fileupload.disk.DiskFileItemFactory
Restlet Frame work Related question
Restlet Frame work Related question How to send data from client to server using Restlet framework. The main problem is i am not able to get data at server side. Can anyone post a complete program how to achieve
XML Related Technologies: An overview
XML Related Technologies: An overview
Below is a list of XML-related technologies.
DTD
(Document Type Definition) is used to define the legal elements in an
XML document.
XSD