I come to know that the maximum size of a method in java is 64k. And if it exceeds, we'll get a compiler warning like "Code too large to compile". So can we call this a drawback of java with this small amount of memory.
Can we increase this size limit or is it really possible to increase ?
Any more idea regarding this method size ?