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: Comments (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 Java package with simple Stack and Queue classes. Use JavaDoc comments for documentation
    Queue package: package queuepackage; public class queue2 { private int maxsize; private long[] queArray; private int front; private int rea...

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.