954,545 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Learning Java Quick

I'm Taking a Class on Java at my Highschool, but my teacher goes very slow and I need a quicker pace. Could anybody so kind as to give me a list of simple classes and commands so that I could work with them.

Also does anybody know a Good program to use to create java programs.

Were using the Ready to Program program in class but unfortunetly it costs money.

kylethedarkn
A.K.A. The Laughing Man
Team Colleague
628 posts since May 2006
Reputation Points: 55
Solved Threads: 39
 

I'd suggest you try here , the Sun Microsystems Java Turorial index. It fairly good. Also, here is a link for the NetBeans Integrated Development Environment (also a Sun Microsystems product) which is freeware and very good. It is a rather large download though (about 60 meg for the offline version), so maybe ask your Teacher if he/she can get it for you.

DavidRyan
Posting Whiz in Training
229 posts since Jul 2006
Reputation Points: 22
Solved Threads: 11
 

Thanks this will help me alot.

kylethedarkn
A.K.A. The Laughing Man
Team Colleague
628 posts since May 2006
Reputation Points: 55
Solved Threads: 39
 

and remember your teacher goes slow for a very good reason: going fast will make most people miss important things, and that includes you.

You may jump ahead only to find out later you've forgotten over half of what you were supposed to have learned.
Learning is all about long term memory retention, not short term cramming for some test or exam.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

hi there, i need to learn java fast and well, any sugestion??

Thanks

Tyto
Newbie Poster
1 post since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

I'm using eclipse, also freeware. I like it more than netbeans. Also you can plug in allmost all other languages you maybe want to learn later. When I learned to program they made us start with textpad. For a good reason, you will learn to debug your code and will get an better understanding how to structure code if you do not have feature which generate methods for you. So you might think about starting with a low level editor first. For the learning fast thing, the web is full of sample code for classes you can study with lots of good tutorials. Just google it and to allmost everything something will come up. To distinguish between good stuff and bad stuff is part of the learning process. If the code is to messy to understand switch to a better version.

wee_shark
Newbie Poster
7 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You