Well I've been taking a java class for quite some time, and know quite a bit of OOP. But what should I move onto next?
I know all about variables, conditional statements(if, switch, while,etc.), random numbers, number formatting, user input, type casting and all that jazz.
Links to tutorials are great, thanks. :p
2 replies to this topic
#1
Posted 26 January 2011 - 02:17 PM
|
|
|
#2
Posted 26 January 2011 - 05:29 PM
If you ever wished to implement GUIs or uimplement your programming skills for a job, I would look in to concurrent programming (using threads), and learn how to implement thread workers in to your classes. A very simple example is one thread to update the GUI, and one to take care of the logic - you can learn quite a bit more of the language like this!
Lesson: Concurrency (The Java™ Tutorials > Essential Classes)
Java's site has some neat tutorials on input/output, working with binary files, databases (such as odbc, sqlite) which are essential for applications.
Lesson: Concurrency (The Java™ Tutorials > Essential Classes)
Java's site has some neat tutorials on input/output, working with binary files, databases (such as odbc, sqlite) which are essential for applications.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 28 January 2011 - 11:14 AM
Thinking in Java 4th edition.
Really. Read it. It will blow your mind.
Really. Read it. It will blow your mind.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









