waht are architecture of web application?

Answers were Sorted based on User's Feedback



waht are architecture of web application?..

Answer / arun

The archtechture followed in developing any web application
is MVC ( Model View Controller ).The Model part is the Java
bean(Value objects) used in the application,the View may be
HTML,Jsp etc and the controller part is the servlet where
the actual business logic is implemented.

Is This Answer Correct ?    2 Yes 1 No

waht are architecture of web application?..

Answer / srinu

THE web application follwed by MVC architectute

MODEL----->Persistance logic+Middle ware services(JDBC with
coonection pooling)

View------->presentation layer(html,jsp)

Controller------->controll the all the component +
integration logic(connect with DAO)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

how to delete cookie information?and when it will delete?

3 Answers   SolutionNET,


what is class/object diagram

3 Answers   Zycus Infotech,


my interviewer asked me what technical specification you used how to answer that question

0 Answers  


what is the difference between checked and unchecked Exceptions?

4 Answers   CTS,


What is deque in the java collections framework? : java collections

0 Answers  


What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC

2 Answers  


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


who should use JNDI?

1 Answers  


whatis arguments &what is default argument

2 Answers   CTS,


Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...

2 Answers   Span Systems,


Why do you use Context Object

2 Answers   HCL,


what is diff string and stringbuffer

7 Answers   CTS, HCL,


Categories