I knew only little about javap tool, to see the methods of class. Thanks Again.
I tried manipulating method signature with final,static, final static and normal method.
In case of final,static and final static it gives same output.
Also i checked with final instance variable..It replaces value of final variable with actual value.