What is the use of have 3 Class loaders and why not only one
814353Jul 12 2011 — edited Jul 12 2011In java we have 3 class loaders i.e BootStrap loader, Extension loader and System loader. Why can't we have just one?
And what is the user of Extension loader?