Re: 2 Simple Questions
From: Chris Smith (cdsmith_at_twu.net)
Date: 07/10/04
- Previous message: Ryan Stewart: "Re: Querying the Servlet/JSP Engine"
- In reply to: Whats up dog!: "2 Simple Questions"
- Next in thread: Roedy Green: "Re: 2 Simple Questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 10 Jul 2004 06:58:30 -0600
Whats up dog! wrote:
> Question 1: Whats the difference from Java 2 SE (Standard Edition) and Java
> 2 EE (Enterprise Edition)? The download for the latter is much bigger.
J2EE is a cluster of additional technologies built on top of J2SE. J2SE
is the standard API. The best way to get a feel for each is to look
over the API documentation, which is available at java.sun.com. In any
case, you would need to download the J2SE *before* the J2EE anyway,
since the latter builds on the former.
> Question: I am looking for a tutorial on using linkedlist (Java2 SE
> implementation). I don't want to know how to implement my ownlinked list -
> done that before- just want to know how to use the SE implementation of it.
> Tried google and Javadoc but no good. Can someone point me to a useful
> online reference?
http://java.sun.com/docs/books/tutorial/collections/
-- www.designacourse.com The Easiest Way to Train Anyone... Anywhere. Chris Smith - Lead Software Developer/Technical Trainer MindIQ Corporation
- Previous message: Ryan Stewart: "Re: Querying the Servlet/JSP Engine"
- In reply to: Whats up dog!: "2 Simple Questions"
- Next in thread: Roedy Green: "Re: 2 Simple Questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|