what is the difference between java and j2ee... is that can
i work j2ee on net beans IDE 6.0
Answer Posted / 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 |
Post New Answer View All Answers
What is the synchronized method modifier?
How do you reverse a string in java without using string buffer?
How many bytes is a string in java?
What is the static field modifier?
What is parameters example?
What is the difference between serializable and externalizable interface?
What is the technique adopted to create an immutable class?
Is string is a class in java?
What are examples of modifiers?
Can you instantiate the math class?
What is field name?
What is difference in between java class and bean?
Can you use abstract and final both with a method?
What is strings in java?
What is equlas() and hashcode() contract in java? Where does it used?