Kshitija Nandpure

Greenhorn
+ Follow
since Jan 22, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Kshitija Nandpure

Hi,
How to pass parameter to an dynamically included JSP page?
<jsp:include page="MenuJSP.jsp">
<jsp aram name="emp_no" value="<%=emp_no %>" />
</jsp:include>
emp_no is a request parameter which is retrived in Scriplet but it gives following error
"Cannot resolve symbol emp_no"
how to overcome this error ?
Hi,
For using Tag <jsp:useBean> we have to first import JavaBean class as below
<%@ page import="JavaBeanName" %>
But after accessing JSP page it gives following error:
'.' expected import JavaBeanName
help needed about how to avoid this error.
Hi Nicholas,
i am preparing for 1.3 version of SCWCD.
Thanks for help.
kshitija
Hi joy
Dan Chishlom's tests are online available mock exams for SCJP(1.4).
They are really good ones which helped me lot for preparing for SCJP1.4
Hi!
I am preparing for SCWCD.presently in state of giving mock exams.
Dan Chishlom's tests are excelent for SCJP.
Are they available for SCWCD?
If there are tests available for this certification,please let me know.
kshitija
thanks Jessica
i went throughout that site,it would be best for me to start from.
thanks a lot for giving valuable information .
hi
i am SCJP certified preparing presently for SCWCD.
Interested in doing porject in java which will help me to get hands on experience and get better understanding of language.And which will help me to get hold of acutal commercial projects.
Any suggestions from you guys ,about where i can get an idea for such projects ,are welcommed .
Thanks to all for giving me such a valuable information which i required the most.
Of the list given below i got sevlets 2.4 and JSP 4.0 specifications. Also read study aids for beta exam from javaRanch.
But i couldn't find SCWCD exam Study kit.From where i can get it?
Thanks again to all of you for such a great help......

1.Servlet 2.4 ,JSP 2.0 specifications
2.SCWCD Exam Study Kit(covers the previous version of the exam but still useful for the beta)
3.Study aids posted in Javaranch
Hi!!
Got to know that new version of SCWCD is yet to come,hence no book available specifically for the new version.
Also read about Beta exam.
If i want to appear for Beta exam what all is required?
Need help!!!