What is Software?
In Simple words, software is a collection of instructions or a set of programs that performs a specific task. Computer software can be divided into two main categories: Application software System softwareRead More…
In Simple words, software is a collection of instructions or a set of programs that performs a specific task. Computer software can be divided into two main categories: Application software System softwareRead More…
Commit: Commit command is used to commit or save transaction permanently. It is similar to a save command of other windows based application. When we apply commit command all the transaction andRead More…
Class: “A Class is a user defined data type that combines both data and method into a single unit known as class”. “In other words, a class is a container which includesRead More…
It is easy to create a new table from the existing table instead of specifying a new structure. It creates a new table with the column specified into the select query. ItRead More…
An exception is an abnormal condition that arises in a code at run time. In other words, an exception is a run-time error. An exception object describes a problem encountered during theRead More…
IN clause can be use for searching operation. It searches for the records with specific criteria. It displays those records that are matches with the values specified into the IN clause. ItRead More…
Linking of C program includes the following steps: Create a C-Program source file using any standard editor such as Turbo C or Turbo C++. Compile source file using C compiler. Modify programRead More…
Java provides a mechanism for partitioning the class name space into more manageable sections known as the package. Packages are container for classes that are used to keep the class name spaceRead More…
Encapsulation provides important attribute: Access Control Through encapsulation, we can control what parts of a program can access the member of a class. By controlling access, you can prevent misuse. Access specifierRead More…
WodPress allows writing post to be displayed on the pages. By default post are uncategorized means they do not belong to any specific category. We can categorize posts to organize properly. CategorizedRead More…