describe all about advanced java with presentation
Answers were Sorted based on User's Feedback
Answer / p.a.v.k.prasad
According to JAVA specifications there is no Advance java.
SUN releses the JAVA in 3 flavours.
1)J2SE---Java 2 Standard Edition(Core Java).
2)J2EE---Java 2 Enterprise Edition (Business applications)
1)Servlets
2)JSP
3)EJB
3)J2ME---Java 2 Mobile Edition.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ravikiran
advanced java is the one which deals with web application
components...servlets will deal with the business logic by
putting the html code inside java,jsp concentrates on
presentation logic by putting the java code inside html..
The EJB will act on the distribute applications which run on
the same JVM or in a remote location
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ravikiran
advanced java is the one which deals with web application
components...servlets will deal with the business logic by
putting the html code inside java,jsp concentrates on
presentation logic by putting the java code inside html..
The EJB will act on the distribute applications which run on
the same JVM or in a remote location
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sangaramu
Advanced java is platfrom independent on developed by sun
mircosystem in 1990,java is programming languages.
advanced java in c, c++ some some future ,
advanced java include applets, sevlets, jdbc, awt, swing,
http, asp etc.
for ex:-advanced java basic control(Understanding Controls
Buttons
TextBoxes
Image and Link buttons
Checkboxes & Radio Buttons
DropDown Menus & ListBoxes )
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the different methods involved in generic servlet?
What do you mean by httpservlet?
what is servlet and what you get when we use servlets?
How an Image can be loaded in a Servlet ?
What happens, if server sends a cookie to a browser that doesn't supports cookies?
Explain the concept of ssi ?
How variables can be accessed across the sessions?
Why servlet is faster than jsp?
what are the different services provided by the web server?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What do you mean by interservlet communication?
explain the advantages of servlet life cycle?