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 execution?
3.What is the difference between defining multiple methods with same name in a class and associated with same object?