When a method is called, it may (or may not) have one or more "parameters" passed to it. The place from which the method is called puts one or more names of variables in the parentheses following the method name, and the values of those are "passed to" the method.
Ed Dablin wrote:
Heidi Atwood wrote:Hi, I'm in a Java developers boot camp and I'm coming in with zero programming experience. Are there any tutorials on YouTube that are particularly suited to total newbies? I just ended week two of what is supposed to be a fourteen - twenty week program and to say I'm overwhelmed is an understatement. I have Head First Java and a couple other books and those are helping a lot, but I can use anything extra to get me through this. Thanks again - I've already learned a lot just reading through threads, including the difference between methods and constructors, which had completely baffled me!
Heidi
Speaking as one beginner to another, I have found the quality of many YouTube videos to be very poor. I subscribed to www.lynda.com and it is worth every penny. The instructors have obviously rehearsed the carefully written scripts so there are no "ers", "ums" or errors. They move along at a cracking pace, but that's ok because you can replay them over and over. (I have no connection with lynda.com except as a satisfied customer)
Paul Witten wrote:
Heidi Atwood wrote:Thanks so much everyone!
I remember a pro guitarist telling me about his horrible Guitar Institute Boot Camp that lasted a couple of months, live in, ten hours a day theory cramming and playing time, seven days a week. He said it was trauma on the mind as it was impossible to absorb everything. The information came too fast for normal absorption. But he swore by the experience later, saying that his mind took in much more than he realized at that time. A few months would go by and he'd remember something that he had no daily memory of learning.
Educators will tell you that the best way to learn is through purposeful repetition. It's hard to repeat much during a bootcamp. I don't mean repeat once or twice - I mean repeat as many times as you need to have it "sink in". Sometimes that can take quite a few repetitions as you learn incrementally through each repetition. Finally you get it, the light goes on, and you're done forever with that.
I'd rather play with while loops for a week and discover all there is to know about them than to play for a few hours, say "I now know while loops" and rush on to the next item.