In some of the mock exams for scjp 1.5, there are questions on API'S where they just mention the name of a method and ask us whether this method is static. How do we know whether a method is static/ abstract/ whatever by just looking at a method name? Do we have to remember it or is there any other way by which we can find out?
Do you happen to remember which method was it? If it was one of the obscure methods, then yes, it is an unfair quesstion. On the other hand, certain methods, you should know from experience.
Yes i agree that if you have been working in java then you would know by experience, but for a person who wants to attempt the scjp exam by just studying the books
The SCJP exam expects you to have some knowledge of the core-core APIs: java.lang, java.io and the Collections framework. So I repeat Henry's question: what method(s) were the questions about?
The method was from scanner class useRadix(int Radix) and there were a few more which i dont remember.
To the person who said that scjp 5 exam is not for newbies, if i am correct people gain knowledge only by reading books and practise i suppose and not by birth. LOL
joel garner wrote:The method was from scanner class useRadix(int Radix) and there were a few more which i dont remember.
To the person who said that scjp 5 exam is not for newbies, if i am correct people gain knowledge only by reading books and practise i suppose and not by birth. LOL
I've just heard that the material that's out there which helps prepare you for the exam is geared more toward people who already have a working knowledge of Java than with newcomers. And people taking the exam tend to be people who are looking to boost their Java career, not begin it.