• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Finally passed OCJP 6.0 with 100%

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
took only 40 minutes to give real exam it was much easier as compared to ExamLab, Master Exam (kathy sierra).
I reviewed all questions twice in 40 minutes
Most answers were compilation fails and exception and others on inheritance, polymorphic reference calls
All thanks to one month studies of Kathy Sierra Book
 
Hitesh Tikam
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ExamLab, Master Exam (kathy sierra) sucks its much tougher than actual exam thanks to them i took exam after one more month
Scored only below 30% most of time in these exam
scjptest mock exam is like real exam questions ExamLab completely sucks
 
Sheriff
Posts: 7135
1360
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Hitesh,

Welcome to JavaRanch.

Hitesh Tikam wrote:Master Exam (kathy sierra) sucks.... ExamLab completely sucks...


In addition to simply saying these tools 'suck', would you be interested in letting us know what made you come into that conclusion? Perhaps is it simply because they are 'tough' than the real exam?
 
Ranch Hand
Posts: 391
1
MySQL Database PHP Java
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ExamLab is great , I had done ExamLab questions twice before my Exam
The question level was great , ExamLab cleared many of my confusion
It takes you to the deep.

Congratulation you have get wonderful score.

Devaka have done hard work to make ExamLab and made it available at no cost.

Many guys have cleared their java certification with the help of ExamLab.

You should show some respect and use some good words.

Think beyond certification exam....

 
Enthuware Software Support
Posts: 4810
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!! Great score!
 
Greenhorn
Posts: 6
Oracle Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can anyone tell me where to find Examlab and Master Exam (kathy Sierra).. ?? I am an aspirant of OCJP and giving my exam in January 2014.. please help me get more than 96%..
Thanks in advance ..
 
Hitesh Tikam
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Real exam questions were small upto 6-7 lines You can see error or exception in one look heres example of small parts of my real exam ques:--
1: public void go(String... y, int x) --- compilation error var args should be last one
2:public void main(String args[])--- it was in some loop program and i started calculating then saw static missing exception
if public or static missing exception.
if void or main missing error
3:and two small program on loops and try catch where compilations fails because block variable used outside block
4:three programs on inheritance and polymorphism to find which methods can be inserted in subclass with name of superclass in method
5:two programs on is-a and has-a relationship i remember drawing tree of inheritance on paper
6:one compilation error in try multiple catch exception used before null pointer exception
7:one program in which super keyword tries to access private variable form subclass compilation fails
8:some questions on format and DateFormat.getInsatnce

Real Exam questions are small and too easy most of time answer is compilation fails or exception
Before going for exam i went thru Exam watch
And all questions form online mock test that i got wrong when i gave those mock test
Heres link for mock exam :--
http://www.examlab.org
http://scjptest.com
Master Exam (kathy Sierra) got it from CD in book

My score in mock exam in SCJPTEST was always above 80% and in
ExamLab always below 30% because i usually get bored when i see big complex code
Master Exam (kathy Sierra) is tough but they gave much better explanation of answers
 
Tripti Rajput
Greenhorn
Posts: 6
Oracle Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Want to know something more about registration, testing, fees and centers of this exam.. how did you register?? Through prometric or NIIT centers??
Thanks again
 
Hitesh Tikam
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I paid cash directly to my nearest prometric center and booked slot for exam for next day
Fees was 8200 RS
I think this is much better and faster than online payment from oracle site as i pick my nearest prometric center
I dont think all NIIT branches are prometric center one from which i learned advanced java wasnt prometric center
 
Tripti Rajput
Greenhorn
Posts: 6
Oracle Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok... can you help me with one more thing?? Please help me find a prometric center in my state. give me a mail at tripti.rajput05@gmail.com I have some more ques to ask.. thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic