Luanrkiran kumar wrote:
I just want to know how the above code works..and what to do to get rid of stack overflow error.
Jeanne Boyarsky wrote:Which book is it? THere's an errata thread for the K&B 7 book. I suspect you are actually reading the OCA 8 (since you are also reading my OCA 8 book).
Regardless, can you post a question number. And a chapter number or that it is from the mock exam.
Campbell Ritchie wrote:I think you might be right there.
Class Benefits2 uses some of the Java API outside of java.lang
Ankur R Jain wrote:
The reason this one compiles, is the fact that it is catching Exception in the catch block, which can also catch RuntimeExceptions, which the compiler won't be aware about, so it doesn't treat this catch block as unreachable and allows the code to compile.
Peter Potter wrote:HI to all,
1.I read somewhere that people who are non native english speakers have additional 30 minutes on the exam , is this still valid? I cannot find any information on this now...
Hi,
I'm going to take a test for Oracle, the 1Z0-808 exam.
Among the available exam languages I will choose English, but I'm Italian.
So I need to know if there is a time extension of the exam for people like me who are not native English speakers.
Thank you in advance.
dan
Hello Dan,
The Oracle Exam program does not offer the ESL time extension so this would not be an option.
Please let us know if you have further questions.
Thank you,
Accommodations Team
Pearson VUE
Peter Potter wrote:HI to all,
1.I read somewhere that people who are non native english speakers have additional 30 minutes on the exam , is this still valid? I cannot find any information on this now...
Campbell Ritchie wrote:
That is the usual behaviour of instanceof which you can read about in the Java® Language Specification (=JLS). It also tells you what the result of adding apples and oranges in your example would be. You need to know about how instanceof behaves when presented with a null as its right operand in order to write a correct equals() method.Daniele Barell wrote:. . . The answer is false but it's a nuance as the a the type IS-A String . . .
Liutauras Vilda wrote:Ok, I see your concerns. These might be valid. But I'm still on the same, I'd say just go through this topic, finally it shouldn't extend your learning efforts significantly in the full context of preparation.
One of my professors in uni (it was Software and Programming III module) some time ago said: "You'll struggle in this module due to the material size it covers and courseworks it contains, most likely you'll curse me, some of you, actually most of you will hate me - and finally you'll thank me after some time.". I did my last part![]()
Appreciate what you manage to learn and actually understand during the preparation, so go for it without a second thought.
Also, in case things happen, don't concentrate on side pieces as what material they give during exam, they give one pen or two, why they don't give three. Do they allow take notes out, why not. Can you do that or that, is mouse wireless or cordless or laser... - saying this because you'd be surprised how much energy people spend finding out those things.
Liutauras Vilda wrote:
Get knowledge, and other things will have less and less significance. Good luck on exam. Don't forget to come back so we could congratulate youTo most of people I say, don't give pressure to yourself - be prepared to lose also, and in case that happens, remember - it isn't the end, once you put efforts, good day will come sooner or later. Don't put too much weight on the exam. Just go for fun and for a nice puzzle challenge day.
Liutauras Vilda wrote:
When you finish with book - I'd recommend to get some mock tests to get some actual sense of the exam flow, so that would be useful for sure.