Results 1 to 6 of 6
- 07-14-2012, 08:35 PM #1
Senior Member
- Join Date
- Jul 2012
- Posts
- 165
- Rep Power
- 1
- 07-14-2012, 09:49 PM #2
Member
- Join Date
- Feb 2012
- Location
- Canada, Ontario
- Posts
- 7
- Rep Power
- 0
Re: How long dess it take to master Java?
If you are from another programming language, it may take a few weeks to become fluent in Java, especially if you are from C/C++. It all depends on how quick you are at learning.
- 07-15-2012, 04:14 PM #3
Re: How long dess it take to master Java?
That my friend is a good question that only YOU can answer for yourself once you become fluent. Buckle down and get to learning as well as some practicing. In my opinion, becoming fluent in a programming language is not what you want. You want to be fluent in programming. Then everything else comes along. That is why knowing C/C++ will help when you jump into Java. They have their differences and they are different tools for similar problems, but one thing is almost always true in almost all programming languages (especially those that are object-oriented); the logic that is used to learn one, will almost always the same for the others. The syntax, the way certain algorithms, and how things are spelled might all differ. Even how variables are initiated might differ, but the logic is always there.
My advice, use Java to learn how programming logic works and use that to become fluent in all computer languages. In respect the amount of time it will take... it took me 2 years to become as comfortable programming Java as I do speaking English. But I started at a young age so, I did not understand how all of this stuff worked. If you are older, learning should not take any more than 3 - 8 months. I know that sounds like a long time and a huge gap between 3 months and 8 months, but I have taught programming lessons to people before and that is how long it some people to learn it. But I have no idea how brilliant you might be and how fast you pick things up. So, like I said, it is up to you. As long as you have a good physical book in front of you and you learn how to understand the Java Documentation pages (Example: JLabel (Java Platform SE 6)) you will be set!
... and I cannot answer that last question because I myself will be attending my Freshman year of College as a Computer Engineer, and I have no idea how far a Computer Science degree will get you. It also depends on where you live and the demand that a Computer Science degree might be in that area. Places like the bay area in California are the perfect place for those who want Computer degrees because it is in the middle of the Silicon valley. (Stanford, San Jose State Univ and other close by colleges). I am also wondering about how far my Computer Engineering [masters] degree will take me. SJSU for the win!!!
Kind Regards,
KammceLast edited by kammce; 07-15-2012 at 04:50 PM. Reason: I made a mistake in my Google Search :P
My API:Java Code:cat > a.out || cat > main.class
- 07-15-2012, 04:46 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,394
- Blog Entries
- 7
- Rep Power
- 17
Re: How long dess it take to master Java?
Jav 1.4. (see your link) has been dead for quite some time now (1.5. is barely alive and 1.6. already has a 1.7. sucessor) Also note that there is no one object oriented programming, i.e. interfaces are quite Java centric while multiple inheritance is C++ centric; implementation of classes can be changed in Objective C and Python (duck typing) and there are many other features (not present in Java) tht can come in very handy.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 07-15-2012, 04:52 PM #5
- 07-16-2012, 10:49 AM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
Similar Threads
-
Job in Ireland for Master Software Developer (Java)
By UKRecruiter in forum Jobs OfferedReplies: 0Last Post: 11-22-2011, 10:21 PM -
java change master volume
By mastodont in forum Java AppletsReplies: 4Last Post: 09-07-2011, 09:01 AM -
Master Detail Form In Java
By anilmohan in forum Advanced JavaReplies: 0Last Post: 11-19-2010, 10:04 AM -
Master Handler Java error
By Dradden in forum New To JavaReplies: 4Last Post: 09-12-2010, 07:06 PM -
The master list of self teaching java
By fresh83 in forum New To JavaReplies: 2Last Post: 12-27-2009, 12:09 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks