| Author |
Java Tutor - First day what to teach? :)
|
s mahen perera
Ranch Hand
Joined: Mar 08, 2005
Posts: 101
|
|
Hi all, I am to do a java introduction course to a student . I want to know how and what to do on the first day? she said she has some basic knowledge in C and C#, and some exposure to programming... but not in a big way.. Now she wants to learn java. i need some guidance as to what type of things should i teach her on the first day so that she will like the Java language and wont hate it hehe. Thanks for all replies Cheers Mahen BSc(Hons)Comp Sc, SCJP1.4, SCWCD (in progress)
|
 |
prasanna pati
Ranch Hand
Joined: Jan 29, 2005
Posts: 46
|
|
|
I suggest teach her OOPS concept then follow Book chapters
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
You might want to take a look at "Thinking in Java", as that is a book with exactly that target audience. It's available online - just google for it...
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Michael Ernest
High Plains Drifter
Sheriff
Joined: Oct 25, 2000
Posts: 7231
|
|
I'd teach three things on day one. A simple 'Hello World' program -- write, compile, and run. A simple program using AWT. And a simple applet. I'd follow those up with a few choice demo programs from the J2SE kit, so she can see what's possible. From any one of these you can have the attendant discussions on how the bytecode interpreter works, effective ways to structure the code, and simple hints and tricks. If those three exercises and the demo are compelling, she'll have some motivation for digging in.
|
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
|
 |
 |
|
|
subject: Java Tutor - First day what to teach? :)
|
|
|