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 |
Why enumeration is faster than iterator?
What is the use of put method?
Which are thin and thicK wrapper Class's in Java?
Write a code to create a trigger to call a stored procedure
Java support call by reference (pass by reference) ?
What is operator overloading. Is it is supported in java?
What are latest features introduced with java 8?
What are the java ide's? Explain
Difference between Linked list and Queue?
How multipleInheritance is possible in java?
Explain the difference between private, public, package and protected in java?
WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT INTERFACE THEN WHY WE USED IN JAVA?