• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

how to become Java Developer

 
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...just what like to know can i learn everything how to become Java developer from books without paying �1000s on private courses..how do i go about it...i already pass scjp...which i payed alot of money..thanks
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, partner.

The good news is, you don't need to pay private courses to become a Java developer. You can acquire the necessary knowledge by reading books. This is something that I strongly advise. You will need to have a lot of discipline, because you will have to read a lot. I do not see Java as a programming language, I see Java as a world. It is huge, there are too many things to learn. But, take your time. You can start by reading this book (which I think is great as all other books from the same series I already read): Head First Object-Oriented Analysis and Design. This will give you a good idea of what OO is about. It is mandatory that you know the OO concepts before writing codes. And, after that, you can take the SCJD, which is going to be a good experience for you as a Java developer. The best book for this certification is Andrew's SCJD Exam with J2SE 5, Second Edition. Take a look at that, I'm sure you're gonna like it. And also, learn about design patterns. It is also mandatory.

A good way to learn is taking certifications: I'm finishing the Swing part of my SCJD. Right after that, I'll submit it, and I'm already studying for the SCBCD. I strongly recommend it. But this is just the beginning. And also, do not stop taking part on discussions in Java forums (specially JavaRanch, which is the biggest for sure).

But the bottom line is: do not stop reading books about Java. There will be a time when everything related to Java will sound natural for you. You will then start realizing that you are getting there.
 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree to what Roberto has mentioned about reading and to add to it,

Code...code and code....practice practice and practise. You will defintely
reach where you want to if you practise, assignments. SCJD is a good way to start coding in a disciplined way. and take look at other examples and do it on your own.

Hope that helps
Mary
reply
    Bookmark Topic Watch Topic
  • New Topic