can any body tell me? does advance java and j2ee both are same.

Answers were Sorted based on User's Feedback



can any body tell me? does advance java and j2ee both are same...

Answer / guest

ACCORDING TO SUN,THERE IS NO ADVANCED JAVA ,SUN PEOPLES SAYS
ONLY J2SE,J2EE.ADVANCED JAVA IS CONVINENT TO LEARNING THE
JAVA FROM OUTSIDE INSTITUTION.IN J2EE THERE ARE
SERVLETS,JSP'S,EJB,JAVA BEANS ........

Is This Answer Correct ?    14 Yes 0 No

can any body tell me? does advance java and j2ee both are same...

Answer / mary kamal

java is used to develop applications,using some basic concepts of java we can create some desktop applications,nothing but some satand alone applications...
advanced java means taking one step higer form desktop applications to data base apllications,by using jdbc,odbc,network protocal etc...
j2ee aplications are also advanced applications,used to develop enterprise applications...
in advanced java ,j2ee is one of the part

Is This Answer Correct ?    7 Yes 3 No

can any body tell me? does advance java and j2ee both are same...

Answer / srikanth muddu

s der is no core java adv java as per sun..only
j2se,j2ee,j2me coming ot core java n adv java diff. by core
java v can develop desktop application..but by adv java mena
(jsp,servlets,struts.hibernat)v can develop web
appilcations n applets.....

Is This Answer Correct ?    3 Yes 1 No

can any body tell me? does advance java and j2ee both are same...

Answer / srikanth

advance java like struts,hibernate,spring,webservices etc

j2ee like jsf,servlets,jdbc,jsp

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More Core Java Interview Questions

Write a code to create a trigger to call a stored procedure

1 Answers  


what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

1 Answers  


What is a lock or purpose of locks in java?

1 Answers  


i don't want fullforms of JDK an JVM i want definitions for them

2 Answers  


What is a concrete classes? Is Java object class is concrete class?

1 Answers   Infosys,


What does it mean that a method or field is “static”?

1 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


What is map and hashmap? also tell the difference.

1 Answers  


What is the difference between throw and throws?

11 Answers   IBM,


Describe the term diamond problem.

1 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


How do you do a line break in java?

1 Answers  


Categories