manoj kumar


{ City } delhi
< Country > india
* Profession * student of mca
User No # 59249
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 11
Users Marked my Answers as Wrong # 6
Questions / { manoj kumar }
Questions Answers Category Views Company eMail




Answers / { manoj kumar }

Question { NIIT, 33287 }

explain the life cycle of thread?


Answer

Thread : A Thread is a saparate path between ur source code
to execution .
it have
new , ready ,running , dispatch , stop

Is This Answer Correct ?    8 Yes 6 No

Question { TCS, 10912 }

What is Three tier architecture. Can anyone explain with a
Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?


Answer

3 Tier architecture is based on MVC pattern .
M - Model (Java Beans)
V - View (Jsp )
C - Controller (Servlets)

Model :Java Beans) which verify the all values of variables
of business domain state knowledge
View :JSP) is Client side Presentation Logic in business
domain
Controller : is responsible for controlling the flow and
state of user input

Process : First the data will come form jsp page and after
submitting the the value form client (jsp Ist tier)side
than data gone to the server (2nd Tier) and validate on
server and finally the data will gone to database (3 tier
SQL, MS ACCESS).

Is This Answer Correct ?    3 Yes 0 No