<i>If there were no Exceptions (not Errors!), Life would have kinda sucked!!</i>
I wish that for just one time, you could stand inside my shoes.<br />You'd know what a drag it is to see you.
Originally posted by Bod Toki:
You mentioned something about SingleThreadModel. I thought SingleThreadModel is not covered in the exam, deprecated in Servlet 2.4 spec, and it is generally a bad idea to use it. Why does more need to be said about SingleThreadModel?
I wish that for just one time, you could stand inside my shoes.<br />You'd know what a drag it is to see you.
Originally posted by Daniel Rodriguez:
There is a chance to obtain the new mock exam?
There is nothing like trying, either you do it or you don't.
SCJP 1.5
Most of the programming problems can't be solved because you don't know what the exact problem is.
Defining your problem correctly leads you to the right solution.
SCJP, SCWCD.
|Asking Good Questions|
SCJP 1.4 -- 98%<br />SCWCD 5 -- 97%
One feature of EE 5 or rather Java 5 that is found in SCWCD 5 is that of autoboxing.. e.x. There are questions which set primitive variables as attributes in session, etc. and ask if that is ok. This would not have been possible in Java 4 but as a feature of Java 5, it is possible.
SCJP 5.0(75%), SCWCD 5.0(88%)
Originally posted by Bryan Basham:
�The SCWCD5 exam has nothing to do with Java EE v1.5.�
Originally posted by Bod Toki:
I thought SingleThreadModel is not covered in the exam, deprecated in Servlet 2.4 spec, and it is generally a bad idea to use it. Why does more need to be said about SingleThreadModel?
Originally posted by Pradeep:
It means that we cant do this in 1.4:int a=3;session.setAttribute("number",a);
But can do this in SCWCD 1.5.
Please correct me if i am wrong.
Kunal Jaggi<br />Author of <a href="http://www.tatamcgrawhill.com/html/titleDetail.jsp?isbn=9780070249103.html" target="_blank" rel="nofollow">"SCWCD Exam Guide"</a>, SCWCD 5 (exam 310-083 and 310-084), <a href="http://www.tatamcgrawhill.com/html/titleDetail.jsp?isbn=9780070249103.html" target="_blank" rel="nofollow">McGraw-Hill</a><br /><a href="http://javaevangelist.com/" target="_blank" rel="nofollow">http://javaevangelist.com/</a><br /><a href="http://www.oreillynet.com/pub/au/2669" target="_blank" rel="nofollow">http://www.oreillynet.com/pub/au/2669</a>
SCJP 5.0(75%), SCWCD 5.0(88%)
Originally posted by Pradeep Singh:
"Could you tell me other features which are included in SCWCD 1.5...."
Kunal Jaggi<br />Author of <a href="http://www.tatamcgrawhill.com/html/titleDetail.jsp?isbn=9780070249103.html" target="_blank" rel="nofollow">"SCWCD Exam Guide"</a>, SCWCD 5 (exam 310-083 and 310-084), <a href="http://www.tatamcgrawhill.com/html/titleDetail.jsp?isbn=9780070249103.html" target="_blank" rel="nofollow">McGraw-Hill</a><br /><a href="http://javaevangelist.com/" target="_blank" rel="nofollow">http://javaevangelist.com/</a><br /><a href="http://www.oreillynet.com/pub/au/2669" target="_blank" rel="nofollow">http://www.oreillynet.com/pub/au/2669</a>
Actually, that's incorrect - as Bryan pointed out at the start of this topic:The latest version of the SCWCD exam is based on the Java EE 5 platform. The real quest here is to dig out new changes in the Web tier of the Java EE 5 platform.
There's no point getting yourself confused over what is new in Java EE 5 for the SCWCD exam - as it isn't relevant. It would be a good idea for your general all round knowledge to find out what's changed, but they're really only minor developments in the Web tier.The new exam is solely based upon the J2EE v1.4 version of the serlvet [sic] (2.4) and JSP (2.0) and JSTL (1.1) specs.
There's no point getting yourself confused over what is new in Java EE 5 for the SCWCD exam - as it isn't relevant.
Kunal Jaggi<br />Author of <a href="http://www.tatamcgrawhill.com/html/titleDetail.jsp?isbn=9780070249103.html" target="_blank" rel="nofollow">"SCWCD Exam Guide"</a>, SCWCD 5 (exam 310-083 and 310-084), <a href="http://www.tatamcgrawhill.com/html/titleDetail.jsp?isbn=9780070249103.html" target="_blank" rel="nofollow">McGraw-Hill</a><br /><a href="http://javaevangelist.com/" target="_blank" rel="nofollow">http://javaevangelist.com/</a><br /><a href="http://www.oreillynet.com/pub/au/2669" target="_blank" rel="nofollow">http://www.oreillynet.com/pub/au/2669</a>
Originally posted by Kunal Jag:
The intent of majority of exam aspirants is not just to pass the exam and display the cert on their work desk. Most aspirants want to take their learning beyond just a paper cert. I strongly believe that the focus should be on the exam objectives. However, knowing the latest additions to the platform are equally important if not from the prospective of the exam but definitely for self learning.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
SCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master
Did a rm -R / to find out that I lost my entire Linux installation!
Originally posted by Kunal Jag:
Web Application Deployment Descriptor (DD)
The servlet specification mandates the DD file-- web.xml to be a part of every web application. But, with Java EE 5, the Web application DD is optional for simple applications containing JSP pages and static files. You can find more information on this in chapter 6 of my book.
Kunal Jaggi<br />Author of <a href="http://www.tatamcgrawhill.com/html/titleDetail.jsp?isbn=9780070249103.html" target="_blank" rel="nofollow">"SCWCD Exam Guide"</a>, SCWCD 5 (exam 310-083 and 310-084), <a href="http://www.tatamcgrawhill.com/html/titleDetail.jsp?isbn=9780070249103.html" target="_blank" rel="nofollow">McGraw-Hill</a><br /><a href="http://javaevangelist.com/" target="_blank" rel="nofollow">http://javaevangelist.com/</a><br /><a href="http://www.oreillynet.com/pub/au/2669" target="_blank" rel="nofollow">http://www.oreillynet.com/pub/au/2669</a>
Girish K Gupta
SCJP 1.5 - 87%, SCWCD 1.5 - 92%
India
SCJP-5 86%,SCWCD-soon
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
SCJP 1.5
"A candle looses nothing by lighting another candle"
itechmentors.com
I mean If have prepared for scwcd 1.4 is it enough to pass the scwcd 1.5 exam or I should prepare for scwcd 1.5
SCJP
"Stay on the path."
OCPJP 6, OCE JEE 6 JSP and Servlet Developer
The government thinks you are too stupid to make your own lightbulb choices. But this tiny ad thinks you are smart:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|