HI
I faced a interview,in that session ,the below listed question posted to me.
1) In ENterprise web application using
struts,if a client send request to Contoller
servlet ,then it create new instance of action class then pass the request to it.If any already existing request comes in ,then existing instance of Action will be used.Please confirm the question itself correct or wrong ?; and above logic is common for all type of design
pattern.
2) Designing Multi threading web application is best solution or not ?,when and where muthithreading applied to web application
3) what are the possible design pattern used in Struts based application?;which design pattern is best suited.