what is the difference between java and j2ee... is that can
i work j2ee on net beans IDE 6.0
Answers were Sorted based on User's Feedback
Answer / kuldeep raaj sharma
There is no difference btween Java and J2EE. J2EE is Java 2
Enterprise Edition (Useful to make Enterprice Application
with RMI,NETWORKING,JDBC,JSP,SERVLET,APPLET,GUI,etc.)
Yes! It is posible to Use not only J2EE but J2SE(Standard
Edition or Core Java) J2ME (Java 2 Micro Edition for
Programming for Micro JVM (KVM) Development for Devices
such as PDAs, Mobiles, etc)
kuldeepraaj@gmail.com
kuldeepraaj@ymail.com
kuldeepraaj@timescalling.com
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / mkj
Java for core application programming , and j2ee to
entrprice application like web module,EJB,web servises etc..
netbean tool supports for all java ,web ,web service
and plugin and others .. developents
Is This Answer Correct ? | 7 Yes | 0 No |
What is an argument java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Why string is popular hashmap key in java?
What is overloading and overriding in java?
What is the use of parseint in java?
What does the three dot emoji mean?
Explain notify() method of object class ?
Why java is made?
Which eclipse is best for java?
What does g mean in regex?
Explain about anonymous inner classes in java?
Are the equals() and hashCode() protected methods of object class?