You are on page 1of 4

TELEPHONE BILLING SYSTEM

SYNOPSIS

Telephone billing system project is implemented in java platform. Main aim of this
project is to develop a software application for telecommunication service providers for
improving efficiency in billing procedure. Using this system it is easy to calculate users billing
details and managing customer billing details by providing call details and cost for the every call
user called from his mobile. This project is developing to increase speed of billing system, bill
calculation and report generation.
In existing system manual methods like maintained data in registers are used. In this
method it is not easy to manage data efficiently and time taken for providing service for users is
time taking process. Retrieving old data is not possible and there are chances of losing data.
In present system data is managed in centralized database which is easy to retrieve
customers information. Customers are provided with fast service with detailed information on
billing report like call costs for each and every call.

FRONT END
THE JAVA LANGUAGE

What Is Java?
Java is two things:
A programming language.
A platform oriented language.

The Java Programming Language features
Java is a high-level programming language that is all of the following:
1. Simple
2. Object-oriented
3. Distributed
4. Interpreted
5. Robust
6. Secure
7. Architecture-neutral
8. Portable
9. High-performance
10. Multithreaded
11. Dynamic






Java Compilation
Java is also unusual in that each Java program is both compiled and interpreted. With a
compiler, you translate a Java program into an intermediate language called Java byte codes--the
platform-independent codes interpreted by the Java interpreter.
With an interpreter, each Java byte code instruction is parsed and run on the computer.
Compilation happens just once; interpretation occurs each time the program is executed.

BACK END
SQL SERVER 2008
SQL is a standard language for accessing and manipulating databases.
SQL Features
1. SQL stands for Structured Query Language
2. SQL lets you access and manipulate databases
3. SQL is an ANSI (American National Standards Institute) standard
What Can SQL do?
1. SQL can execute queries against a database
2. SQL can retrieve data from a database
3. SQL can insert records in a database
4. SQL can update records in a database
5. SQL can delete records from a database
6. SQL can create new databases
7. SQL can create new tables in a database
8. SQL can create stored procedures in a database
9. SQL can create views in a database
10. SQL can set permissions on tables, procedures, and views.
Although SQL is an ANSI (American National Standards Institute) standard, there are many
different versions of the SQL language.However, to be compliant with the ANSI standard, they
all support at least the major commands (such as SELECT, UPDATE, DELETE, INSERT,
WHERE) in a similar manner.

You might also like