Hi there ,
Just wondering has anyone done this course and whether its any good??
Are there are other Java / OO courses in Dublin worth considering ??
Thanks ,
AB
|
Advertisement
|
|
|
| 27-08-2010, 11:10 | #2 |
|
Registered User
![]() |
That is a serious amount of money to pay for a course like that. Why not by a good book on passing the exam for €50 and save yourself €800.
Alternatively, download the following book http://scjp-preparacion.googlecode.c...20Java%206.pdf and spend a bit of time going through it. The whizlabs exam simulator was also very good as well. |
|
|
| Thanks from: |
| 27-08-2010, 11:47 | #4 | |
|
Registered User
![]() |
Quote:
To be honest ,yes I'm more looking to learn OO programming rather than Java itself. My programming experience up to now would really be mostly procedural, PHP mostly and writing scripts so I want to move up a level to really understand OO programming. The reason I want to do a course is that I'm really getting frustrated getting to grips with some of the concepts of OO and I was hoping that through a classroom environment I would be able to ask questions and have a more involved experience , and learn a lot more from simply reading a book. I've attempted to read books like the GoF's and various other design books and really I'm getting nowhere. I feel all I need is though is somone to explain a lot of what of what I'm reading and it'll make sense, because at the moment a lot of it is going over my head. Am I going about this the wrong way?? Last edited by anbrutog; 27-08-2010 at 11:49. |
|
|
|
| 27-08-2010, 13:17 | #5 | |
|
Registered User
![]() |
Quote:
I would say by going down the self-learning/book route and working through the examples you'll eventually get the hang of it. perhaps there are forums you can visit if you have specific questions that need to be answered. |
|
|
|
|
Advertisement
|
|
|
| 27-08-2010, 13:53 | #6 |
|
Registered User
![]() |
The SCJP exam focuses more on the syntax and structure of Java (which would include some OO questions) buy I definitely wouldn't recommend it to someone starting to learn OO.
Get yourself a good beginners book on Java which should also include detailed overview of what OO programming. The concepts of encapsulation, polymorphism and inheritance should be clearly explained and have code listings to back up the explanation. Learn about the "is a" and "has a" relationships. After that, it's practice, practice, practice. I came from a c/assembler background when I started learning C++. I began by recoding some old C projects into C++. I stuck rigidly to the principles of OO (as mentioned above) which involved many code rewrites upon review. It was only after I had a very good grasp of OO principles, that I started looking at the GoF book (and that took a good numbers of reads for the information to digest). Also, I've known a number people who went on them beginner OO courses (which can cost a serious amount of money but the job paid), and they didn't really get a lot out of them. They ended up reverting to a beginners book to fully grasp the concepts and just practicing themselves.. Hope that helps.. |
|
|
| 27-08-2010, 13:56 | #7 | |
|
Registered User
![]() |
Quote:
|
|
|
|
| 27-08-2010, 14:39 | #8 | |
|
Registered User
![]() |
Quote:
thinking outside of the box here but why don't you ask some of the java heads on here for grinds , a bit like a driving lessons so to speak. you might need one to one tuition in the areas you need tuition in rather than a classroom which is geared towards a course of certification. |
|
|
|
| 27-08-2010, 20:53 | #9 | |
|
Registered User
![]() |
Quote:
Good suggestion. Its definitely overkill for my requirements to learn Java , really ultimately what I'm after is to develop my OO PHP understanding, but like I said the a lot of the core OO concepts I'm just not getting. Will look into it... AB |
|
|
|
|
Advertisement
|
|
|
| 14-09-2011, 12:05 | #11 |
|
Registered User
![]() |
|
|
|