What is Bootstrap loader program?

What is Bootstrap loader program? Explain its purpose

Bootstrapping is a technique which activates more complex / complicated system of programs. When the system is started, a program called Basic Input Output System, initializes and tests the available computer system resources like peripherals, hardware, external memory devices are connected. Later it loads a program to allow the loading of larger programs, such as operating systems. In real sense, the operating system is loaded by BIOS boot strap loader.
Can you run the java program without main method? - Java
A java applet application, a web application can run without main method. A Java program can run without using ‘ public static void main(String args[]) ‘ method by using a static block...
Can you explain why servlets extend HttpServlet?
Most of the web applications uses HTTProtocol. The user requests need to be received and processed through the HTTProtocol...
What is Servlet Filter and how does it work?
Filters are powerful tools in servlet environment. Filters add certain functionality to the servlets apart from processing request and response paradigm of servlet processing...
Post your comment