Venkatesh Subramanian

Greenhorn
+ Follow
since Sep 08, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Venkatesh Subramanian

Hi Pradeep,
I am from India. I got my certificate last week itself. Still waiting for my score report.
Venkatesh.
Hi,
I also passed the SCWCD 1.4. Thanks a lot to Evelyn for the free certification. Also thanks a lot to every one in this forum.
I am not able to see my scores yet. When will it be available in cetmanager.
Venkatesh.
SCJP 1.4, SCWCD 1.4
Hi Michael,
Your JSP code may have only one line of code after the 'if'. But when it gets translated into a servlet, the single line of jsp code may represented by more lines. In your case, the translated code may look like:
if (str.equals(""))
jspWriter.print("\n"); //<BR>
jspWriter.print("str is empty"); //str is empty
else
jspWriter.print("\n"); //<BR>
jspWriter.print("str ="); //str =
jspWriter.print(str); //<%= str %>
Thanks,
Venkatesh.
SCJP 1.4
Hi All,
I too got the free voucher today. In the mail I received from Prometric, the following is mentioned:
* India: Please contact your local Prometric Testing Center. Prometric Testing Centers are listed at www.2test.com
So, do contact your local Prometric Testing Centers (may be the testing center where you took your SCJP)
Venkatesh.
SCJP 1.4
Hi Aditya,
Check the below link for your question regarding validity period.
http://suned.sun.com/US/certification/faq/#recert
If you are certified for SCJP 1.2, you can take the upgrade exam for SCJP 1.4.
Venkatesh.
SCJP 1.4
20 years ago
Yes. In the real exam you will have hint for how many choices you have to choose.
20 years ago
Hi All,
Last week I took the SCJP 1.4 exam and passed scoring 95%. I am a regular visitor of this site especially the Sun Certification Results and Programmer Certification (SCJP) forums.
I used the certification book by Kathy Sierra and Bert Bates. Its really a superb book for preparing SCJP. The day before I took the exam, I just went through all the 'Two Minutes Drill', 'Exam Watch' notes and the tables given in some chapters (like for methods in Math class).
I took most of the free mock exams listed in this site. The Marcus Green's and Dan's are really good. I also took the exams from www.javacertificate.com.
Thank you very much Kathy and Bert for your wonderful book and this site. I would also like to thank Marcus and Dan for their useful mock exams.
Thanks and Regards,
Venkatesh S S.
20 years ago