I can develop an application/project. But that is not in the correct coding standard. it takes large memory and others can not be understand it easily. What the General Standard to for coding. I have a question like how to name the variables methods & what is the best way to package the classes. like that?
For that, is there any tutorial or example please share .
Thanks in Advance.
What you need are the best-practices (JAVA) and how it works.
I will recommend an older post
as Macarse said:
To learn how things are done (in the best way) I’ll recommend to always check other people’s code, especially the open source projects.
as Naiku said:
For Java Memory Management see this Question