What are the benefits of JSPs over ASP,PHP etc?
Why use JSPs instead of servlets..
User Profile
Collapse
-
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();
-
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. -
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
No activity results to display
Show More