what are the Java SE contents exactly? please guide me?

hello every body,

I just want to know what are the contents that are applicable for java SE?

please give me the all the cointents ,

does web applications ,servlets,hibernate ,ejb all these are part of java SE?

please give me all the list of concepts?

thanking you,

regards

siva kiran.B

[334 byte] By [javaisgreata] at [2007-11-27 11:51:29]
# 1

Why would hibernate be a part of Java SE?

Everything that you download separately is not part of SE.

kajbja at 2007-7-29 18:38:26 > top of Java-index,Java Essentials,New To Java...
# 2

Here:

http://java.sun.com/javase/6/docs/

It's got a nice graphics right at the top that mentions most (if not all) of the content of JSE (f.k.a J2SE).

Web applications, servlets, ejb are not part of JSE, they are part of JEE (which builds on JSE).

Hibernate is neither part of JSE, nor of JEE, it's a third party library. It can be used with both JSE and with JEE.

JoachimSauera at 2007-7-29 18:38:26 > top of Java-index,Java Essentials,New To Java...
# 3

thank you very much JoachimSauerfor suggesting me

javaisgreata at 2007-7-29 18:38:26 > top of Java-index,Java Essentials,New To Java...