S.RAJKAMAL

USEFUL FOR THE ENGG. STUDENTS

Monday, December 27, 2010

java programs

at December 27, 2010 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Home
Subscribe to: Posts (Atom)

  • Design a Java interface for ADT Stack. Develop two different classes that implement this interface, one using array and the other using linked-list. Provide necessary exception handling in both the implementations.
    Program: import java.io.*; interface stackoperation {  public void push(int i);  public void pop(); } class Astack implements stackoperatio...
  • Develop a simple paint-like program that can draw basic graphical primitives in different dimensions and colors. Use appropriate menu and buttons
    import java.awt.*; import java.applet.*; import java.awt.event.*; public class paint extends Frame implements ActionListener {     int x1,y...

Search This Blog

Pages

  • Home

About Me

rajmani
View my complete profile

Blog Archive

  • ►  2011 (15)
    • ►  February (15)
  • ▼  2010 (1)
    • ▼  December (1)
      • java programs

Followers

Report Abuse

Simple theme. Powered by Blogger.