describe all about advanced java with presentation

Answers were Sorted based on User's Feedback



describe all about advanced java with presentation..

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

describe all about advanced java with presentation..

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

describe all about advanced java with presentation..

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

describe all about advanced java with presentation..

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

Post New Answer

More Servlets Interview Questions

How do cookies work in servlets?

0 Answers  


How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?

2 Answers  


Is it good idea to create servlet constructor?

0 Answers  


How do u authorize and authenticate without <auth> of web.xml

1 Answers   Bosch,


How do we call one servlet from another servlet?

0 Answers  






Hi Friends, Can we make any method thread safe withour synchronized keyword?

2 Answers  


What is cgi?

0 Answers  


How to prevent browser from caching the page content?

1 Answers  


Write a simple servlet program to print the contents of html.

0 Answers  


Can you send the mail from a servlet ,if yes tell how?

2 Answers  


Whats the advantages using servlets over using CGI?

0 Answers  


What is the process to implement doget and dopost methods?

0 Answers  


Categories