The number of methods that may be declared by a class or interface is limited to 65535 by the size of the methods_count item of the ClassFile structure (§4.1).
Read moreHow many types of methods are there?
There are three main types of methods : interface methods, constructor methods, and implementation methods. Most beginner programmers are familiar with implementation methods.
Read more