• 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

Passed with 95% in SCJP 1.4 today

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am just back from the exam center and so excited to get 95% score.
There were lots of loop question. And yes I got the lowest score in Garbage Collection.
I started with Sybex 1.2 book(which is not enough),followed by Dan's exam (not all), Kathy's book, and other mock exams.
I browse through few chapters in Mughal/Rasmussen in the book store.
Thank you,
Ambapali
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
95 % WOW !!!
Congrats !!!
p.s. Maybe on the cert forum you could share why the G.C. stuff got you...
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations on your great score Ambapali!
 
Ranch Hand
Posts: 366
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Ambapali, Thats a great score....
I am really worried about Collections...most of the mock exams ask questions about methods in collections and also strings and stringbuffers.
Is kathy's book enough ? or do i have to memorize all the api for Collections Framework
Thanks in advance
Sri
 
Dan Chisholm
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sri Sri:

...do i have to memorize all the api for Collections Framework
Thanks in advance
Sri


No you do NOT have to memorize the API for the collections classes. Instead, you just need to know the most appropriate application for each type of collection. For example, when should you use an implementation of a List or a Map.
You will need a good understanding of the API for the String and StringBuffer classes. The exam objectives don't list the String methods that you need to memorize. Kathy or Bert would be the best source of information on the best list of methods to memorize for the String and StringBuffer classes.
 
Ranch Hand
Posts: 513
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
Sri Sri!
Don't much worry about collections!
It's really easy in real exam.
 
Sridhar Srikanthan
Ranch Hand
Posts: 366
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Dan and Ruff...
That really helps
Sri
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice shot Ambapali
 
Ambapali Pal
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot for the wishes.
And also thanks to everybody in the Certification forum for helping me getting confidence quickly through question/answer , dicussion, doubt clearing. This site is really very useful for preparation.
Bert, about the GC I have no idea why I got 66% since the questions were very very basic and simple. Still now I am sure that I have done 100% correct if not my eyes ditched myself while reading them. I was expecting some answers to go wrong in Threads as they were quite tough and toughful. But I got 100% there.
About the Collection classes Dan is right. Kathy's book is perferctly enough for this.
For Math class's methods(mentioned in the objectives), it is better to know the boundary condition(specail cases) return values which you will get in API. That is my feeling after going through the Dan's topic exams.
For String and StringBuffer you need to know the very common methods and whatever you come across in the different mock exams to be well prepared. But the most inmportant thing here is to know when it is returning/pointing to the new string and when it is not. So you have to know the methods keeping the string immutability in mind .
One more tips is be very very clear about threads. As I mentioned before the questions are tough here.This chapter is very good in Kathy's book in describing the basics. Only thing missing there is Daemon thread and related methods in Thread class.
Thank you once again,
Ambapali
 
Oh, sure, you could do that. Or you could eat some pie. While reading this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic