What is the difference between java and j2ee?
Answer / Anand Sharma
Java is a general-purpose programming language, while J2EE (Java 2 Enterprise Edition) is a platform that includes Java and additional technologies for developing enterprise-level applications. J2EE provides APIs, tools, and specifications for building web services, enterprise JavaBeans, servlets, JSP, EJB containers, and other components.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is attribute what is asant?
How to achieve multiple inheretence in java.I need an example. how we achieve.
servlet has not any main method in it how does it work by JVM?
What is java servlet container?
what is jvm? how can it is useful in java?
What is event in java?
Why java is not 100% object oriented language?
What is java 2 platform, enterprise edition (j2ee)?
What are j2ee components?
What is delegation?
Write a program to display numeric value in reverse order. Ex: I have given a number like 7584, It should display in reverse order like 4857.
Explain j2ee architecture.