Wt is the main difference between Java and Java J2EE and
Advanced java?

Answers were Sorted based on User's Feedback



Wt is the main difference between Java and Java J2EE and Advanced java?..

Answer / priya

J2SE(standard edition)is for developing desktop
applications. This constitutes the core of java language.

J2EE(enterprise edition) came up when there was a need for
distributed programming.

J2ME(micro eidtion) is a subset of J2SE and it is used for
developing mobile applications.

Is This Answer Correct ?    57 Yes 7 No

Wt is the main difference between Java and Java J2EE and Advanced java?..

Answer / suresh

Java is an object-oriented program. It is a complete
programming language. Java has two lives. One of the two
lives of the Java programming language is that it is a
stand-alone computer language which is used for general-
purpose programming and the other life of Java is used as a
supporting language which is used in the process of
programming on the Internet.

The term J2EE refers to a platform which is used in the
process of building server-side applications. It is used in
the enterprise edition in many business organisations. It
is also used as an enterprise application and a distributed
application through a model consisting of applications
which are based on components.

Is This Answer Correct ?    23 Yes 2 No

Wt is the main difference between Java and Java J2EE and Advanced java?..

Answer / saba

Both advanced java and core java together called J2SE.
J2ME delas with embedded applications like mobile games
etc..

Is This Answer Correct ?    22 Yes 5 No

Wt is the main difference between Java and Java J2EE and Advanced java?..

Answer / paletipatisrinu

According sun Microsystem java divided into 3 parts
1.J2Se(core java+Advance java)
2.j2EE
3.j2Me
j2SE is availible in the part of jdk software.

j2EE is availible in the form specification its avialible
in the form thrid party vendors(weblogic.jar,classes111.jar)

j2me used for mobile application

Is This Answer Correct ?    35 Yes 20 No

Wt is the main difference between Java and Java J2EE and Advanced java?..

Answer / varsha

Java is a programming language and a platform to develop and
run software applications.J2EE is just a specification for
server side programs. That is to support internet
applications, distributed and uses component model. So that
Enterprises use this server side technology in their
distributed business.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

Can you give me a simple example of using the requiredif validator rule?

0 Answers  


what is meant by JRMP?

0 Answers  


What modifiers may be used with an inner class that is a member of an outer class?

0 Answers  


What are the various thread priorities?

1 Answers  


whats is mean by tiles in struts

0 Answers   SolutionNET,






Are we allowed to change the transaction isolation property in middle of a transaction?

0 Answers  


What is difference between object state and behavior?

0 Answers  


Can I map more than one table in a cmp?

0 Answers  


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


1) what is synchronization? 2)write a program to show synchronization ? 3) what is orm? 4) what is getTemplete method and hw u use it? 5)write a singleton program ? 6) what is IOC concept & explain it? 7) methods of spring? 8)explain spring framework? 9)what are the oops concept? 10)what r the diff types of exception? 11)what is AOP(assepct oriented programing)? 12)jsp life cycle? 13)servlet life cycle? 14)how to u catch ur exception when executing a query in hibernate? 15)write javascript function? 16)write a querry to join two tables? 17)wap to show inheritance and use of interface? 18)explain the project? 19)in spring bean class uses singleton or prototype? 20)Explain prototype?

1 Answers   Cap Gemini,


What is the argument type of a programs main() method?

0 Answers  


What are the ways to define classes that can be run as threads?

1 Answers   KPIT,


Categories