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

projects that can be done in java

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please somebody give me some topics on which i can do java works.
in fact i want to practice and learn java better.
thanks in advance
 
Ranch Hand
Posts: 686
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

flying cloud wrote:please somebody give me some topics on which i can do java works.
in fact i want to practice and learn java better.
thanks in advance



The sky is the limit. Do whatever interests you.

Do you like computer games? Start with a really simple high-low guessing game and work from there. Are you interested in arcade style games? Start with Pong. Do you like strategy games? Maybe start with TicTacToe and go from there. If you know how to make web applets, then you can share your efforts with the world.
 
Bartender
Posts: 1849
15
Eclipse IDE Spring VI Editor Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have a lot of movies or books, you could make an application that would keep track of them for you. You could keep track of movies you own, movies you've seen, movies to never watch again.... you could keep the mini databases in simple text files to get started.... this is a pretty complicated project, but making it would require lots of necessary skills and be satisfying if you need something like it. Obviously, as you start out you'd be making little pieces that work, then fit them together (that's the fun of object oriented programming).

The book HeadFirst Java (the best textbook I have ever purchased) has instructions on how to make a battleship style game and a MIDI music player... I've been having fun with both (and learning too!)

I'm a contract employee, so I've been thinking about making an app that keeps track of my hours, projects, invoices and how much I'm owed.

You could make a gratuity calculator (not like you'd take your laptop to dinner, but it's the concept)...

The list of games is endless... hangman, trivia games.... there's this game "nibbles" for VBasic, I dunno how hard it would be to recreate in Java.... strategy games...

You could do pretty much anything.
Janeice
 
Rakib Jahin
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks both of you for your nice and encouraging replies.
and very soon i'm going to start a work.and i'll share it with you.
 
Sheriff
Posts: 67750
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"flying cloud", please check your private messages for an important administrative matter.
 
Ranch Hand
Posts: 339
7
Tomcat Server Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaRanch has a learning program called the Cattle Drive that teaches Java to newbies. I am currently on the Cattle Drive and it is improving my Java a great deal. The best part is that you work directly with a teacher and there is a lot of support on JavaRanch to help students who get stuck. I highly recommend the Cattle Drive as learning tool. The cattle drive is here... Cattle Drive
 
permaculture is largely about replacing oil with people. And one tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic