waht are architecture of web application?
Answers were Sorted based on User's Feedback
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 |
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 |
how to delete cookie information?and when it will delete?
what is class/object diagram
my interviewer asked me what technical specification you used how to answer that question
what is the difference between checked and unchecked Exceptions?
What is deque in the java collections framework? : java collections
What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
who should use JNDI?
whatis arguments &what is default argument
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...
Why do you use Context Object
what is diff string and stringbuffer