This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Java Tutor - First day what to teach? :)

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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)
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest teach her OOPS concept then follow Book chapters
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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...
 
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
I once met a man from Nantucket. He had a tiny ad
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic