1.what is the difference between local variable and parameter of a method?
2.Is context created once is available to all methods of same class or all the methods (different classes) which are under...