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 meant by class loader? How many types are there?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What are advantages and disadvantages of OOPs?
What are the Main functions of Java?
What is the point of polymorphism java?
How do you implement singleton class?
What a static class can contains?
What is a prefix function.write down a code to compute prefix function.
Can we inherit inner class?
What is method overloading in java ?
What is complexity in java?
why java uses class level type casting ?
Can we declare a static variable inside a method?
What is the purpose of static keyword in java?
What is vector capacity in java?