Can constructor be final......? No constructors can't be final because it prevents to create an object of the class. Due to you can't change the parameters of the constructor once initialize. Ex. public class Main { final Main(){ System.out.println(" Can Construc...
See more
Download the Study24x7 App, so you can connect and collaborate.