Archive for the ‘Notes’ Category

  • Software Testing and it’s Methodology

    Oct 7, 13 • 1495 Views • NotesNo Comments

    Software Testing refers to the process in which a software is checked about its consistency that how it will work when it will be used by consumer. In other words, software testing can be referred as an investigation conducted to provide customers with

  • Database Development Process

    Sep 28, 13 • 7773 Views • NotesNo Comments

    Database development process is an important aspect of database engineering. As a database system is an essential component of the larger enterprise information system. The database development is a process of designing, implementing, and maintaining a

  • Concepts of J2EE and MySQL

    Sep 28, 13 • 2752 Views • NotesNo Comments

    J2EE is the most used language for web-programming. In this post we will discuss about concepts of J2EE and MySQL. In J2EE we will discuss about JDBC, Java Server Pages(JSP) and MySQL. JDBC stands for Java Database Connectivity which is widely use to connect

  • Client server database and its Applications

    Sep 27, 13 • 11984 Views • NotesNo Comments

    Client server database consists of two logical components. One is “Client” and the other one is “Server”. Clients are those who send the request to perform a specific task to the server. Servers are normally receive the command sent by the clients,

  • Data model

    Sep 27, 13 • 1828 Views • NotesNo Comments

    A data model is a collection of concepts and rules which are to be used by the database designers. It is the conceptual method of structuring data in the database. It provides mechanism to structure data for the entities to be modeled. It also allows entities