Results 1 to 6 of 6
- 05-08-2011, 06:07 PM #1
Member
- Join Date
- May 2011
- Posts
- 10
- Rep Power
- 0
Seeking a special beginner's book
Apologies for starting another thread on books. The others I have seen do not help with my problem.
Please, can someone tell me the title of a book for beginners (or the link to a tutotial website) that does not violtae the following principle: a new concept or term must not be used until it has been defined or formally introduced, OR its first usage is accompanied by the definition.
Here is an example of the problem. The first piece of code shown in Sun's tutorial on JAVA (the one illustrating the "bicycle class") contains the following terms that refer to concepts NOT previously defined and not defined when first used: int, void, decrement, printStates(), System.out.print. As another example, in another tutorial elsewhere designed fr beginners, the beginner is given sample code containing the modifiers public, private, etc., with NO previous or concurrent definition of these terms.
Folks, JAVA programming itself requires this principle, and all learning in math and logic requires that the principle be respected.
Why am I seeing so many so-called "for-beginner" treatises that violate it blatantly?
I've been programming for eons; not doing OOP, but doing a lot complex stuff. Now that I am here trying to learn OOP I often read how OOP is a "challenge". However, I am wondering how much of this so-called challenge is because the teachers in this part of the business do not know that they must not throw new terminology at students before first defining it, unless they are doing so in order to give the definition? This is really basic stuff in good teaching!
When you do not respect it, you make simple things look hard, and create un-pardonable frustration for students. Here's why. You are trying to make a point with a piece of sample code and the student ends up spending most of the time trying to figure out what all these new terms mean. And, she starts to think that this OOP is really hard stuff. It is a bad idea to put into students' heads when you are cluttering up your sample code with what are in fact word-definition challenges.
So please, if you know of a JAVA book that does not violate this basic principle of good pedagogy please let me know its title. Thanks in advance, and sorry for the rant.
- 05-08-2011, 06:19 PM #2
Senior Member
- Join Date
- Mar 2011
- Posts
- 261
- Rep Power
- 3
Java for Dummies; doesn't expect you know anything about programming.
- 05-08-2011, 06:40 PM #3
Member
- Join Date
- Feb 2011
- Posts
- 7
- Rep Power
- 0
My class had us use
Java
How to program
Eighth Edition
by Deitel
I actually really like the book.
- 05-08-2011, 07:00 PM #4
That's not the first piece of code. It isn't even in the first section of the Tutorial.The first piece of code shown in Sun's tutorial on JAVA (the one illustrating the "bicycle class") ...
db
- 05-08-2011, 10:17 PM #5
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Here is a link to books I like, Helping beginners get started. « Sunde's Blog Headt first Java does a good job of what you want.
Sometimes you may not be getting hurt by them using concepts you haven't learned yet. The topics you haven't learned will be covered eventually, but it may be helpful to show an example one way, which includes concepts that haven't been covered yet.
What languages have you used before?
- 05-09-2011, 03:28 AM #6
Member
- Join Date
- May 2011
- Posts
- 10
- Rep Power
- 0
Similar Threads
-
seeking advice on using paintImmediately()
By gib65 in forum AWT / SwingReplies: 1Last Post: 06-28-2010, 05:33 PM -
A beginner's question on String matching
By nassar in forum New To JavaReplies: 28Last Post: 05-23-2010, 02:44 PM -
Java course work beginner's leve,Help
By ccie007 in forum New To JavaReplies: 7Last Post: 05-17-2010, 05:14 PM -
Beginner's Problem on Loop/If statement
By obdi in forum New To JavaReplies: 2Last Post: 07-07-2008, 01:41 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks