0
Project
I have to make a project on book rental inventory system in java using eclipse.how to make it effective and have minimum line of code. I just started learning java.
2 Answers
0
just write a plan on paper befor you start coding , write what the program should do what screens it should include , write the functionality , database tables and connections between them , just write every thing as story of user usage.
when you start build all your story by code you should be aware of not write the same code again and again, write functions for reuse.
0
I will try.....thanku.