can any body tell me? does advance java and j2ee both are same.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / srikanth
advance java like struts,hibernate,spring,webservices etc
j2ee like jsf,servlets,jdbc,jsp
| Is This Answer Correct ? | 3 Yes | 8 No |
different types of threads?
Difference between collection, collection and collections in java?
could you run the java program without main method?
What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose.
2 Answers Infosys, Tech Mahindra,
What is slash r?
Is there any tag in htm to upload and download files?
Is null function in java?
In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?
What are the traverses in Binary Tree?
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
IS method overriding is Duplication of Methods?
How can we create an immutable class in java?