Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > The Academy > Tilted Knowledge and How-To


 
 
LinkBack Thread Tools
Old 09-12-2004, 03:11 AM   #1 (permalink)
Upright
 
whats the best way to learn JAVA?

Hi im an I.T student trying to learn java. i understand some concepts but dont understand most. i can explain some things to the teacher about concepts but when it coems to writting code and exams i just dont know how to write it. i always need a guide. what can i do to improve?ive tried to read a lot. i read over and over but i just dont understand 100%, mayb only about 50%. what can i do?

Last edited by articsky; 09-12-2004 at 03:23 AM..
articsky is offline  
Old 09-12-2004, 03:26 AM   #2 (permalink)
Insane
 
Practice
There are some tutorials on the Sun website, the more you do something, the more natural it will become.
adysav is offline  
Old 09-12-2004, 04:14 AM   #3 (permalink)
MSD
The sky calls to us ...
 
MSD's Avatar
 
Super Moderator
Location: CT
You could probably try asking in the Tilted Programming forum.
MSD is offline  
Old 09-12-2004, 11:12 AM   #4 (permalink)
can't help but laugh
 
irateplatypus's Avatar
 
Location: dar al-harb
i took 6 hours of java during my freshman year and ran into the same problem you seem to have. i could wrap my mind around the concepts of what i wanted to happen but i could not translate that into keyboard strokes.

my advice: i ended up doing fairly well in there after i downloaded some open source simple java apps and scripts. find some easy ones that you KNOW what they're supposed to do and read how they accomplished it. it's basically reverse engineering their work in your mind... but it helped me out a lot. make sure to not copy their code... but no one will mind you learning from it.
__________________
If you will not fight when your victory will be sure and not too costly, you may come to the moment when you will have to fight with all the odds against you and only a precarious chance for survival. There may even be a worse case. You may have to fight when there is no hope of victory, because it is better to perish than to live as slaves.

~ Winston Churchill
irateplatypus is offline  
Old 09-12-2004, 12:22 PM   #5 (permalink)
Sky Piercer
 
CSflim's Avatar
 
Location: Ireland
Get a book from the library.
Compare the different ones, and try to find one with lots of tutorials and exercises (preferably with solutions provided).

Work through a chapter a night doing all of the tutorials and exercises. Don't just read the tutorials in the book, actually type them out and run them, making sure you understand each line as you go. Another thing which would help to make sure you understand what is going on is to try and write the program that is done in a tutorial in some other way. Even if you only change the program in a trivial way (e.g. change the program so the elements of an array are stored in the reverse order to the one in the book), it will help you understand exactly how the prgram works.
__________________
CSflim is offline  
Old 09-13-2004, 02:32 AM   #6 (permalink)
Upright
 
thank you all. im going to give it a try and hopefully get my head around all this coding.
cheers!
articsky is offline  
Old 09-13-2004, 11:15 AM   #7 (permalink)
Professional Loafer
 
bendsley's Avatar
 
Location: texas
I would say just go to Barnes and Noble and look at java programming books. It took me about 4-6 weeks to become proficient at java. For some reason though, I can pick up programming languages quite quickly. I guess it's just the logic, syntax is usually the pain.
__________________
"You hear the one about the fella who died, went to the pearly gates? St. Peter let him in. Sees a guy in a suit making a closing argument. Says, "Who's that?" St. Peter says, "Oh, that's God. Thinks he's Denny Crane."
bendsley is offline  
Old 09-14-2004, 07:58 PM   #8 (permalink)
Crazy
 
Location: dfw - texas
imho, the only way to really learn is by doing. start by typing in example programs you see in books and online. don't just cut-n-paste sample code, type it in yourself. get used to how the code looks and writes, and you'll begin to be able to think that way.

java tutorial on sun's website is a good place to start (bonus - it's free). then start buying books in areas you are interested in: swing (gui) devel, network programming, applets, graphics, etc.

oreilly's java enterprise bookshelf cd is available online (for now...):

http://www.unix.org.ua/orelly/java-ent/

"java in a nutshell" - available at the above link - is a good intro to someone with experience in other programming languages.
__________________
Depression is just anger without enthusiasm. It’s having an empty beer bottle but no one to throw it at.

Last edited by 2sheds; 09-14-2004 at 08:06 PM..
2sheds is offline  
Old 09-16-2004, 03:40 AM   #9 (permalink)
Psycho
 
Location: I think my horns are coming out
Get a Java Reference book and think of some form of program you want to write, and get to it. Its the only way.
The Phenomenon is offline  
 

Tags
java, learn


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 03:09 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73