Java project ideas for begginers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Java project ideas for begginers

So I am an intermediate in java. And I have been learning for like a year now, not consistently though it hasn't been throughout all the months. Most websites for learning programming often don't have projects they give you, they only give you a little task. So I was wondering if anyone here had any ideas for a little project I can do with java. FYI I have learned a lot about classes(Inheritance, abstract classes, packages, interfaces) and very little about exception handling.

15th Aug 2019, 12:19 AM
Ibrahim Adeosun
Ibrahim Adeosun - avatar
5 Answers
+ 4
some panel for a supermarket, where for the cashiers. it involves databases, receiving input, you don't necessarily have to implement a banking payment system, but it should be interesting. also requires a generic UI. that should keep you busy with something beneficial for you. make a management app, to track time people ar spending on various tasks, you can implement a to-do list in it, but not only that. this kind of projects should help you think more about implementation and offers you some good experience (this is if you're not more interested into web development, in that case learning about a front-end framework would be helpful, xml, beans so you can better understand how spring automizes processes). hope this helped you
15th Aug 2019, 5:47 AM
notqueued
notqueued - avatar
+ 1
build a banking project. clients, accounts, balances, credits, debits, transfers, savings/normal account
15th Aug 2019, 1:35 AM
Brave Tea
Brave Tea - avatar
+ 1
www.codewars.com Jay Matthews are you the best? I looked at your profile.. I believe u might be
15th Aug 2019, 6:30 AM
KiLo
KiLo - avatar
0
if you've learned or want to learn about polymorphism and Linked-List (/Datastructures) try to write your own Linked-List / Stack / Queue (Tree / Graph)
15th Aug 2019, 1:32 AM
Anton Böhler
Anton Böhler - avatar
0
simpler projects would be: -a program which solves repetative things like math homework -a game like snake/... -...
15th Aug 2019, 1:38 AM
Anton Böhler
Anton Böhler - avatar