Talk:Developers


Hi i am trying to find about java class loaders I want to know how the methods are loaded by jvm. When does the methods get loaded?suppose i have a method calculateArea() in Myshapes class.When i call calculateArea() does it load the entire class??Is it dependent whether the method is static or not?Please comment