I had started programming in java 2 years back. Seniors in our project at that time had advised me to append \'obj\' to the name of the object which is being created.
<
Being you are senior , after all I can suggest you some naming convention related to your doubts. As we know all class name are started with first capital letter, suppose class "MyTest" when object we need to create of this class it should be "mytest". Object name should be in this format. According to the jakarta project menifesto I found this type of convection and the are following . Other than jakarta, Sun API including IDE for development also they are using this. Hope ,it will help you.Yes I am new.Thanks for your helpful information.