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';
The expression: i++ * ++i; is not well defined.
Casting the return value from malloc function is necessary.
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 ?
ejbCreate() method of CMP bean returns
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
In JDBC ______________ used to create an instance of a driver and register it with the DriverManager. When you have loaded a driver, it is available for making a connection with a DBMS.
_________ method for posting the information in Action class
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.
In order for a source code file, containing the public class Test, to successfully compile, which of the following must be true?
_____________ is the mechanism that servlets use to have a client hold a small amount of state information associated with the user.
If you want to modify the servlet, The webserver need to be shutdown.
The following is NOT an example of a data type.
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