User Profile

Collapse

Profile Sidebar

Collapse
champion
champion
Last Activity: Nov 5 '08, 08:14 AM
Joined: Mar 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • champion
    started a topic Jsp
    in Java

    Jsp

    What are the benefits of JSPs over ASP,PHP etc?

    Why use JSPs instead of servlets..
    See more | Go to post

  • champion
    started a topic Cannot be instantiated error
    in Java

    Cannot be instantiated error

    I am the following when i try to run my java program. I have included the code below

    CollectionExamp le1.java java.util.Colle ction is abstract; cannot be instatiated
    Collection col=new Collection();

    CODE
    Code:
    import java.util.*;
    
    class CollectionsExample1
    {
    
    static void CollectionMethod()
    
    {
      Collection col=new Collection();
    ...
    See more | Go to post
    Last edited by horace1; Mar 22 '07, 09:13 AM. Reason: added code tags

  • champion
    started a topic Simple program implimenting Collections
    in Java

    Simple program implimenting Collections

    Please assist me to come up with a program that impliments Iterators, ArrayLists and Sets.

    Please also give me the links to the basic notes on these.
    See more | Go to post

  • champion
    started a topic gentle introduction to java
    in Java

    gentle introduction to java

    I am using jdk1.4. i am in need of a gentle introduction to Java. please give me links.

    Thank you guys
    See more | Go to post
No activity results to display
Show More
Working...