Friday, September 2, 2011

Java Interview Questions - 61

Q: What are the different scope valiues for the <jsp:useBean>?
A: The different scope values for <jsp:useBean> are
1. page
2. request
3.session
4.application
 

No comments: