programming languages Online Quiz - 68
Description: programming languages Online Quiz - 68 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
We can modify value of literals as below: char *name="David"; *name='X';
In the init(ServletConfig) method of Servlet life cycle, what method can be used to access the ServletConfig object ?
Which of the implicit objects won’t be available ?
Which of the following is correct syntax for an Abstract class ?
What is the output of following block of program ? boolean var = false; if(var = true) { System.out.println(“TRUE”); } else { System.out.println(“FALSE”); }
What is an infinite loop?
One of the new features in the JDBC 2.0 API is the ability to move a result set's cursor Backward as well as Forward
Which interface is implemented by the services in order to pass configuration information to a Servlet when it first starts
Which abstract class is the super class of all classes used for writing characters. Select the one correct answer.
__________ will be automatically invoked when an object is created.
If you want to modify the servlet, The webserver need to be shutdown.
The following is NOT an example of a data type.