Originally posted by gopi chillakuru:
Thanks to HFEJB authors, Valetin Crettaz for the comprehensive sheets, Java Ranch members, whizlabs and ejbcertificate.com webhoster. Initially I had tough time to read HFEJB, but when I come to 2nd and 3rd chapters, it is very interesting.
I have 0% work experience on EJB and took three weeks to prepare for the exam. I was lazy to write and test a program.
The way I prepared for the exam is
1) completed HFEJB book once
2) go through Valentin Crettaz's sheet
3) completed wihizlabs tests (4 tests)
4) refered specs whenever I have doubt
5) answered ejbcertificate.com
6) answered all the questions at each chapter end in HJEJB
7) skimmed through HJEJB book
Once again thanks to all whoever helped for my preparation.
Originally posted by Jerry Lee:
The test had been postposted quite a few times already. I told myself "you had to take it this time".
Spent a few months reading HF S&J first time - one day read 30 minutes, then stopped a few days and then another day read another 30 minutes.
Two days before the exam, opened HF S&J again and started reading second time. I read so slow and could not finish it until 12 hours before the test.
On the morning of test day, I took the final mock up exam. It was definitely a bad idea to take THAT final mock up so late.
I got 69% in the mock up. "Yes, I can make it today!"
Drank a cup of coffee and went to take the test.
Started test...
... I know this one.
... Not sure this one. Mark it...
... Now I finish it.
The final score is...
72% Yes!
- What a start of year 2005!
- Thanks to Bert, Kathy, Bryan and ranchers.
Originally posted by rathi ji:
2- The free exams of Marcus Green and Dan Chisholm, you guys rock.
3- Corey's SCJP Tipline, it was really useful to read his tips, Thanks, Corey McGlone.
Congratulations
Can you give the URL of 2nd & 3rd resources .
thanks .
Originally posted by Ajith Kallambella:
Great Score!
Congratulations and best wishes for your future endeavors.
Originally posted by Mike Gershman:
A four dimensional gif. Now I know I'm falling behind the curve. Please send me one too.
Originally posted by ketan khairnar:
Hi Ramy,
Fantastic score!
Just started preparation!
Can you tell me how many mock tests u have given b4 the final test?
Do reply
~
Ketan
Originally posted by Bert Bates:
Ramy,
![]()
![]()
98% is unbelievable!!!
I'd say YOU kept it under control![]()
- Bert
Originally posted by Barry Gaunt:
"if(t > m){ t++; //rest of the code }" means that t will only be incremented if t is greater than m. That is not the same as "if (t++ > m) {//rest of the code }" in which t will be incremented regardless of the relationship between t and m.
[ December 26, 2004: Message edited by: Barry Gaunt ]
Originally posted by Barry Gaunt:
No you are not correct. Check out your BASIC Java book on how an expression like "t++ > m" is evaluated. Or write a simple piece of code to print the values of "t++ > m" and t.
[ December 26, 2004: Message edited by: Barry Gaunt ]