• 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 Preparing for Certification

 
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,

I finally decided to take the plunge and get my certification done (1Z0-803). Got some spare time from project work and work pressure is low over the next two months.

I have read through the Mala Gupta book and finished the mock exam. I did really well in fact in that mock exam. Better than i hoped i would. But one thing i have to say, IDEs have ruined my basics! :P

I needed help in looking for some more mock exams so that I can really know where I stand. Can any help me with those.

Also in the book I saw that the questions had the number of answers to select mentioned in them. Is the real exam like that? I would think Oracle wont be that generous!
 
Greenhorn
Posts: 23
IntelliJ IDE Tomcat Server
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Somnath,

Welcome to Javaranch.

I suppose, you can purchase Enthuware Exam Kit and Java Beat mock exams. It is worth the price.

Hope this help,
Samar
 
Ranch Hand
Posts: 472
10
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Enthuware for 1Z0-803 is excellent
my little review about preparation (how to prepare) with it (exam result)
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Somnath Mallick wrote:Also in the book I saw that the questions had the number of answers to select mentioned in them. Is the real exam like that? I would think Oracle wont be that generous!



Can you tell me about this one?
 
Sergej Smoljanov
Ranch Hand
Posts: 472
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
as i remember in multiple choice question it is in up-left conner
example: "One", "Two" .... or more
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok. Cool. Thanks!
 
Sergej Smoljanov
Ranch Hand
Posts: 472
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in this forum you can see result of exam
https://coderanch.com/forums/f-44/sr
and this dedicated OCA exam (1Z0-803, 1Z0-808)
https://coderanch.com/forums/f-117/ocajp
(this topic also will go to it)
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My only problem here is Arrays! I hate that stuff! ArrayList FTW!
 
Sergej Smoljanov
Ranch Hand
Posts: 472
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
about ArrayList
read
http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html
http://docs.oracle.com/javase/7/docs/api/java/util/List.html
http://docs.oracle.com/javase/7/docs/api/java/util/AbstractList.html
http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html
after that you will be remember all method from ArrayList

1Z0-804 has much more api to study, so accustom
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ArrayList is not a worry for me! Arrays are!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic