What is the difference of JAVA EE and java SE?

What is the difference of JAVA EE and java SE?
[53 byte] By [Jack_tt] at [2007-11-26 12:04:00]
# 1
EE = Enterprise EditionSE = Standard Edition
CaptainMorgan08 at 2007-7-7 12:29:52 > top of Java-index,Java Essentials,New To Java...
# 2
Is EE mainly for web programming, and SE for general perpose?
Jack_tt at 2007-7-7 12:29:52 > top of Java-index,Java Essentials,New To Java...
# 3
> Is EE mainly for web programming, and SE for general> perpose?That breaks it down pretty neatly. Additionally it should be noted that JEE is based on JSE.
JoachimSauer at 2007-7-7 12:29:52 > top of Java-index,Java Essentials,New To Java...
# 4
> Is EE mainly for web programming, and SE for general> perpose?more or less. enterprise programming, rather than just web programming, but these days enterprise apps are largely web apps
georgemc at 2007-7-7 12:29:52 > top of Java-index,Java Essentials,New To Java...
# 5

I really need to learn basics of java

Please let me know for what type of systems that we can use java.

(like banking sys super market sys etc)

I am going to do a final year project for my degree.

I am thinking of doing i in VB

But one told me to do in java because java programmers are demanded.

Why do java differ from vb

RASIKA at 2007-7-7 12:29:52 > top of Java-index,Java Essentials,New To Java...
# 6

> I really need to learn basics of java

Tutorials and some researches in google and in the Sun site are a good start.

> Please let me know for what type of systems that we

> can use java.

> (like banking sys super market sys etc)

Theoretically you can make any kind of system using java.

> I am going to do a final year project for my degree.

> I am thinking of doing i in VB

> But one told me to do in java because java

> programmers are demanded.

> Why do java differ from vb

Java is very different from VB 6, because the later is not Object oriented language. VB.net is object oriented, so it has some similarities with Java, but even considering it, VB.net is still very different.

In fact, java is more used than either VB 6 or VB.net these days. Choose a programming language that will be useful at your future job, this is my suggestion. Once I studied Delphi at college, and later I never used it in any job in my life. Consequences: now I don磘 remember anything about Delphi, because I only program with java and I don磘 practice Delphi anymore. Conclusion: learning Delphi for me was not so useful at all.

TheLooser at 2007-7-7 12:29:52 > top of Java-index,Java Essentials,New To Java...
# 7
Does EE supports SE edition 6 . if not 6 can i use the addition feature introduced in 5th edition.
Dell_java at 2007-7-7 12:29:52 > top of Java-index,Java Essentials,New To Java...