Sun micro system as released JSE API. This is a public API released by sun micro system.
Once in the public API is released any body can provide the implementation. We call the implementation has software from the above diagram we have under studded that the java a software released from different companies like IBM, BEA, SUN micro and etc.
All these companies have provided the implementations to all the classes and interfaces released by sun micro system company.



JDBC is an API released by sun micro system.
JDBC means for java data base connectivity.

We can store the data into multiple places they are
1.     Files
2.     Database server

They are so many disadvantages to store the data into file system. They are
1.     File system does not provide security.
2.     There is limit on the size of the files.
3.     If we store the data into file the redundant data will be store.
4.     We can resolve this entire problem by using data base servers only.
5.     JDBC API is used if a java application want interact with communication with database server.
6.     There are so many database servers are available in the market. Some of them all Oracle, MYSQL, SAP, IBMDB2, POINT database server and etc.
7.     When ever we purchase any database server we get two different software’s they are
Database Server Program(S/W)
Database Client Program(S/W)

The database server s/w will be installed in server computer.
It is the responsibility of database or network administrator to install server software in server computer.
Every server computer is connected to a network. We can quickly identify a server computer by using the IP Address of the computer. If we want to develop any program to communicate with they are server with database three information’s. They are
1.     IP Address
2.     Service Name
3.     Port Number







0 comments:

Post a Comment