does j2ee means advanced java

Answer Posted / deepak divvela

No
J2ee means nothing but combination of Servlets,Jsp,EJB

Is This Answer Correct ?    20 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many times may an objects finalize() method be invoked by the garbage collector?

661


What do you need to set-up a cluster with jboss?

562


How primary key is implemented in Oracle?

1898


How a component can be placed on Windows?

2251


What is an abstract method?

581






Why a component architecture for the java platform?

560


What if the static modifier is removed from the signature of the main method?

684


What are the different methods of identifying an object?

559


Can I import same package/class twice? Will the jvm load the package twice at runtime?

635


What is scalable, portability in the view of J2EE?

1861


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!

1348


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

616


What is the immediate superclass of the applet class?

583


What must a class do to implement an interface?

571


What is table mutation and how do you avoid it?

1901