Answer Posted / 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 |
Post New Answer View All Answers
What is the use of hashcode in java ?
Which interface does java.util.hashtable implement?
What is an algorithm in java collection framework? : java collections
What are the interfaces in java collections? : java collections
Which sorting algorithm is used by collections.sort() in java ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
please mail me the interview question based on java/j2ee
what is mean by hasing and maping in java platform and advantage?
What are the queues in the java collection framework? : java collections
What are the classes in the java collection framework? : java collections
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
What is iterator in the java collections framework? : java collections
How do I find jre path in windows?
my interviewer asked me what technical specification you used how to answer that question
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.