• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Am I ready ??

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

I have taken the K&B mock exam 3 times. The first time I scored 74%, the second time 68% and the last time I socred 74% (without doing all the questions on Collection and generics). Does this mean I'm ready for the real exam, or should I score higher than 74% to be confident ?

I have to take the real exam on July 8th
 
Ranch Hand
Posts: 814
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you feel all concepts of java are clear then you may go for exam otherwise find weak areas where your score is less and try to clear concepts on that weak areas


Best Luck
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mamadou Tour�:
Hi,

I have taken the K&B mock exam 3 times. The first time I scored 74%, the second time 68% and the last time I socred 74% (without doing all the questions on Collection and generics). Does this mean I'm ready for the real exam, or should I score higher than 74% to be confident ?

I have to take the real exam on July 8th



You should do very well in the real exam. Good luck
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you say 'without doing all the questions on Collection and generics', is this because this is a difficult area for you? If so, it's probably best to concentrate on this area and do all the questions you can on this area in the mock exams.
That way, you know the mock exams you have done have covered every topic.
 
Mamadou Touré
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot for your response.

Yeah I found that my weaknesses are on the generics and Collections. I understand them very well when I read the K&B book, but when it commes to answering the questions, I'm all mixed up (it's maybe because the questions are to tricky).

Regards
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Write code. That's it. Read chapter 7 again and write code so that you understand the concepts. The key points are the inheritance order... if you can remember that Set's inherit collection then you'll remember there's and add method, and if you remember that TreeSet inherit's from SortedSet you'll remember that it's sorted and so on.

Focus on the questions at the end of the chapter, know them well. Understand the difference between <?>, <? extends ..>, and <? super ..>.

Keep reading and practicing and you'll be fine.
 
and POOF! You're gone! But look, this tiny ad is still here:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic