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



what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0..

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

what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0..

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

Post New Answer

More Core Java Interview Questions

Can string be considered as a keyword?

0 Answers  


Why are inner classes required?

3 Answers   Oracle,


Can we serialize static variables in java?

0 Answers  


What is the difference between superclass and subclass?

0 Answers  


What is the difference between throw and throws?

10 Answers   IBM,






can any body body expalin best definitions & best real time exaples for opps concepts.

0 Answers   Accel,


Explain java coding standards for interfaces?

0 Answers  


I want to persist data of objects for later use. What’s the best approach to do so?

0 Answers  


Can we have a method name same as class name in java?

0 Answers  


Why is multiple inheritance not supported in java?

0 Answers  


By what default value is an object reference declared as an instance variable?

1 Answers   Wipro,


What is meant by constructor?

8 Answers  


Categories