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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

580


how to use debug in my elipse to solve problems that exist in my project

1764


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

569


we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?

1922


Are there books about seam?

633






What is the difference between the string and stringbuffer classes?

543


Is there a guarantee of uniqueness for entity beans?

569


What is ripple effect?

634


Why is actionform a base class rather than an interface?

568


What are various types of class loaders used by jvm?

495


What is the diffrence between a local-tx-datasource and a xa-datasource?

577


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1362


Do I need to import javlang package any time? Why ?

625


What is the purpose of the wait(), notify(), and notifyall() methods?

568


Why won’t the jvm terminate when I close all the application windows?

750