Saturday, 14 November 2015

How to make a simple computer Virus


computer virus

What is Virus..?

Computer Virus is a set of Instruction or set of Computer Program 

Which may cause to destroy your computer system's data and 

Batch programming :- How we Create a simple game in batch programming

Batch File :-


In DOS, OS/2, and also Microsoft Windows, batch file is the name given to a


type of script file, a text file containing a series of commands to be executed by

the command interpreter.A batch file may contain any command the interpreter

Shell Programming : Program to generate all the combination of 1,2 and 3 using For Loop


Unix Shell Programming tutorialY


You can generate all the combination of any number in Shell Programming .

Here , Program to generate all the combination of 1, 2 and 3 .

Layout Manager in JAVA



layout Manager in JAVA

Layout Managers

java.awt and javax.swing packages contains Many Layout Manager classes.

Layout Manager determines the Way in Which That Component are arranged

in the container. All the JAVA Container Contains Their own Default Layout

Game-Development-in-Javascript-Tutorial



Today Friends I Want to tell You How We Create a Game-Development-in-Javascript-Tutorial

Program in JavaScript . Here is the easy source code for creating
                                            

Simple Calculator Program in JavaScript

Today Friends I Want to tell You How We Create a Simple Calculator 

Program in JavaScript . Here is the easy source code for creating

                                             DOWNLOAD FREE SOURCE CODE HERE



JavaScript Form Validation



Without Validation of the Form we Can not get the Actual Data From User

Which we want for our Application Form or Account. User May Enter String

Value in the Place of the integer Value or may Enter a wrong User name or

password. so It is necessary to Validate a Form. Here , is the Simple