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 the SimpleTimeZone class?
What are the 8 data types in java?
What are java annotations?
How will you create the class for the following scenario? Employees under one employee?
Can a class be private or protected in java?
What is exception and error? and what is the difference between them?
Why java is called not pure object oriented language?
what release of java technology are currently available what do they contain?
Can we create a constructor in abstract class?
Should you use singleton pattern?
Why object class is super class for every class in java?
How to validate the request (Eg:user name and password) in session(http session)? not in LDAP server ?