Blogs
java simple applet programs
import java.applet.*;
import java.awt.*;
/*
*/
public class sample1 extends Applet
{
String name;
public void init()
{
name="Mahak";
}
public void start()
{
System.out.println("Hiiii!!!!");
}
public void paint(Graphics g)
{
g.setColor(Color.red);
g.drawString("Hello "+name,80,80);
}
}
- Mahak Ahuja's blog
- Login or register to post comments
Unisys Cloud 20/20 Version 3.0 - Student Technical Paper Contest is now open for Registration
Hello Everyone,
Unisys Cloud 20 / 20 Version 3.0, India's biggest technical paper contest is now live. Show us your technical prowess and compete against the best technical minds in the country.
After two successful contests, Unisys is back with Cloud 20/20 Version 3.0, giving you the chance to showcase your technical abilities in the rapidly evolving cloud computing industry.
This year, we are focusing on the following topics:
- Susanta's blog
- Login or register to post comments
- Read more
sample paper
could i please get the sample paper and exam pattern for bba CET 2011? i would be very greatful to anyone who could do this.
Free Workshop for iPhone/iPad Development on 15th May for GGSIPU students
Hi,
We are going to have two very interesting workshops for GGSIPU students and developers who
are interested in iphone and web development.
Workshop : iPhone 101
Audience: The workshop is aimed at new developers, engineering students and
anyone interested in getting started with iPhone application development.
About the workshop : We only have one hour but we will cover as much
information as possible and we hope that you will have a clear
Theories of Last Minute studies
Theories of last minute studies.
Proposed to justify why students study a night before exam and pass the examiniation with acceptable marks (performance wise, syllabus wise etc.. and other reasons of justification)

