Originally Posted by
New Coder
and not moving on to the next chapter until I understand everything in the current chapter
Left behind and right ahead.
Understand that programming is a broad field and the things you learn on one project feed into future endevours. Staying flexibility is a brilliant asset for any problem solver so I can't help but think this approach is counter-productive to becoming a programmer.
The questions you have asked relate to the role and very essence of the language. The
Java Development Kit (JDK) allows programmers to compile Java
source code (.java files) into
byte code (.class files) that can be executed by the
Java Virtual Machine (JVM).
Google the colored terms if they are unfamiliar. Flexibility is great but self learning is even more important.
Originally Posted by
GregBrannon
Your questions aren't really specific to (x) but could be asked about any programming language
The only reason I am posting on a Friday night after a long week is because of how import this statement is. I wish I understood this 5 years ago because I would be 7 years ahead of where I am now.