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 happens if an exception is throws from an object's constructor?
What types of index data structures can you have in java?
Is it possible to use string in the switch case?
What is finalize()? Is finalize() similar to a destructor?
What is an inner class in java?
Can we write class inside a class in java?
What is data member in java?
Can you call a method in a method?
Can we extend a class with private constructor?
What is a type parameter in java?
If goto and const is reserve words than why it is not work in java?
Which is the best sorting technique in java?
What is a java string?
What is final access modifier in java?
How to sort array of 0 and 1 in java?