• 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

Hello! Everybody

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm a beginner level programmer. Can anybody please suggest me some good topics to start programming practice?
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

How much have you managed to program? Are there any topics you would be particularly interested in?
 
Marshal
Posts: 8863
637
Mac OS X VI Editor BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One of possibilities could be Automated Teller Machine (ATM) simulator.
Quite big possibilities to work around.
 
Ranch Hand
Posts: 235
5
  • Likes 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A search of 'beginner java projects' brings up a boatload of ideas. If you check out Reddit it provides a fairly extensive list.

Also, check out the Cattle Drive here on the Java Ranch. While not necessarily beginner projects, working though them will make you think and learn. The nice thing is, you can see the projects and get the requirements without having to pay for them; the downside is you cannot discuss problems on the boards. d

I highly recommend looking through the papers written by Wilson. Contains a ton of information you will be referring back to quite often, especially when starting out. His treatise on User Input will teach you quite a bit, and save you problems in the long term.

And finally, if you have installed NetBeans/Eclipse/someOtherIDE -- uninstall them. You need to learn how the compiler and your environment works. The IDEs will hide details, and something that works fine in your IDE won't run as a standalone app on another system.

To much info, I know. Good luck.

Regards,
Robert
 
Shakeel Jamadar
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you team, .
I'm very glad to be on this forum.
very helpful content, going through all of it.
 
Shakeel Jamadar
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankyou Robert,

Robert D. Smith wrote:A search of 'beginner java projects' brings up a boatload of ideas. . . .
Regards,
Robert

 
sunglasses are a type of coolness prosthetic. Check out the sunglasses on this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic