• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

coding help.

 
Ranch Hand
Posts: 435
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi .
I normally take suggestions from people who have passed SCJP.They all tell me u need to practice alots.
They recommend to do lots of coding practice.
Can any one tell me which codes we need to practice and where can we get the codes for practice.
Or is it that we need to write the codes on ourselves??
Please help
 
Ranch Hand
Posts: 1246
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by sonir shah:
Hi .
I normally take suggestions from people who have passed SCJP.They all tell me u need to practice alots.
They recommend to do lots of coding practice.
Can any one tell me which codes we need to practice and where can we get the codes for practice.
Or is it that we need to write the codes on ourselves??
Please help


Yes, code practice mean write your own code. Whenever you finish a topic, like Thread, try to write some code for it.
And topic like inner class... etc etc etc...
Some guide book has code question on the end of the chapter try to do them.
and good luck on your exam.
 
Ranch Hand
Posts: 2120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try the exercises that come with Thinking in Java by Bruce Eckel here:
http://codeguru.earthweb.com/java/tij/tij_c.shtml
 
Jose Botella
Ranch Hand
Posts: 2120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is also much code written by Rchard G Baldwin here
http://www.phrantic.com/scoop/toc.htm
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic