Given the deployment descriptor for a Web Application is
The Servlet will output 'javabeat null' in the Server Console.
The Servlet will fail to load as the init param property 'no-name' is not mentioned in the deployment descriptor
A NullPointerException will be raised as calling getServletConfig() in the init() method will return a null reference.
The Servlet will output 'javabeat ' in the Server Console.