Saturday, April 18, 2009

Java Programming Assignments from 1st to 4th

Java Programs:

Download the java assignments:
Assignment 1: Get Them
Assignment 2: Get Them
Assignment 3: Get Them
Assignment 4: Get Them

Friday, April 17, 2009

8085 Micro Processor Programming Emulator/Software

8085 Micro Processor Programming Emulator/Software
This software which is actually an emulator for 8085 programming is the best emulator present at the moment which is exactly the same as the 8085 programming kits which are usually used in Engineering colleges. The method of exectution is same as the original electronic kit and after execution of the program it gives the steps performed on each memory location.
This software is password protected and it is changed regularly, so please comment your email id so that the password can be mailed to you as soon as possible.

Saturday, February 28, 2009

Tagging Pictures With Emotions and Cartoons

Tagging Pictures with Emotions and Cartoons


































Tuesday, February 24, 2009

Java Programs

B.E. 2/4 2nd Semester First Assignment of Java Programming Lab:
To download Click Here

Sunday, January 11, 2009

Download and Use Java Programming Software


Download And Use Java Programming Software or Java Development kit(latest)

how to use java Programming software/ Java Development Kit on windows:

First download the java development kit from the above link and then install it in c: drive.

Then open command prompt and go to the bin directory of the java.

for example: C:\Program Files\Java\Bin

This should be showing in the command prompt.
use cd command to go into the directory and cd.. to go to the previous directory.

You have to write your java programs in note pad and save it with the extension .java 
for example: filename.java

and you have to save this file in the bin folder of the java.

Then compile the program using the command below
javac filename.java

then execute it with:
java filename

Enjoy! Java programming