• 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

Want To Work on Code !

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i have been using HF Series book for learning Java and Servlets/JSP. No doubt, these books and others lay much importance to explain the concept in a very clear way.But , in my opinion, i don't find much working examples.

i do understand that using the Programming Language we have to work on logic of our own and develop application of our requirement.

i want to work on more code examples which gives me a strong foundation for coding applications. Though there may be some forum over here that satisfies my need , i request the concerned members to kindly guide me in this.

Thank you..
sameer ahmed
 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can refer

http://java.sun.com/docs/books/tutorial.

------------------------------------------------------------

For reference
 
Ranch Hand
Posts: 226
1
jQuery Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I really liked the Head First books, they made my mind think like a lava lamp - which is kind of essential when you are thinking in objects.

However after Head First I did the two Murarch books (Java & Jsp). These had good examples both in the exercises and as exercise at the end I certainly found the Murach books useful getting some discipline into my thinking, after somewhat having my discipline challenged by Head First.

This is an only an opinion, but it is based on recent experience.
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been working my way through the Java and JSP/Servlets cookbooks as well as just trying code out on the side for fun and work.
 
reply
    Bookmark Topic Watch Topic
  • New Topic