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
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.