A method is a group of instructions enclosed by the curly braces{}.A method has a specific signature having the method name along with the parameter list and a return type. Methods describe the behaviour of the class. Methods are where the real work gets done,date get manipulated and algorithms implemented.