• 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

PRograming exercise material for scjp1.5

 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone, where i am currently giving SCJP5 exam. But i want to improve my programing in java, i know little bit about java(java basic), and i have done some basic programming.
Where should i get useful exercises so that i can improve my programming skills?
What kind of exercises or projects i have to do in order to master java?

Thanks in advance
 
Ranch Hand
Posts: 774
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

First grasp the basics of Core Java Completely, may be Head First Java can help you understanding the core quiet nicely.
If you really want to try your hands on challenging assignments then "Java How to Program by Deitel and Deitel" is pretty
much focussed on assignments. You will encounter challenging problems into it.

Rest, with just core Java and Swing, you can make some desktop application, may be a Student Management System or
something else. But i will suggest if you get the basics really good, then have a look into JSP and Servlets, with a know how
of some good frameworks like Struts, Spring and Hibernate.(I am talking a lot high level). Then you can really pickup something
like a Message Board, a blogger anything like that. I really think, it will open your concepts.

Right now, go with HFJ and for assignments "Java How to Program by Deitel and Deitel".

Personally, i think it is a SCJP forum, i guess this thread can be moved to an appropriate forum by the Moderators. Rohan, i believe
for posting question you should Select Appropriate Forum

HTH,
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic