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
Write a program in java to establish a connection between client and server?
How to create a custom exception?
Which is faster call by value or call by reference?
Does string isempty check for null?
Why we use protected in java?
What is collection sort in java?
What is an infinite loop?
What is meant by anonymous class?
Explain about automatic type conversion in java?
Can a method inside a interface be declared as final?
Does anyone still use java?
What is the difference between actual and formal parameters?
What does business logic mean?
What is the static field modifier?
Which data type is class in java?