In the init(ServletConfig) method of Servlet life cycle, what method can be used to access the ServletConfig object
getServletInfo()
getInitParameters()
getServletConfig()
None of the above
ejbCreate() method of CMP bean returns
null
Primary Key class
Home Object
Remote Object
Which of the following is correct syntax for an Abstract class ?
abstract double area() { }
abstract double area()
abstract double area();
abstract double area(); { }
A JSP page is opened in a particular Session. A button is present in that JSP page onclick of which a new Window gets opened.
The Session is not valid in the new Window
The Session is valid in the new Window
New session is created and that is valid.
A class can be converted to a thread by implementing the interface
Thread
Runnable
Implements
What is the short cut key to open visual basic editor in MS-word 2009?
Alt + Function 11
Alt + Shift + Function 5
Ctrl + Function 11
Ctrl + Shift+ Function 5
View macro used to view the list of available macros.
True
False
Short cut key to run a macro is
Function 5
Function 6
Function 7
Function 8
Short cut key to stop a macro is ______
Ctrl + Break
Shift + Break
Alt + Break
Break
Macro tools will be available in _____ tab
Home
View
Developer
Tester