Tag: web technology

Questions Related to web technology

Declaring EnableViewState="false" at page level will make a Textbox not to retain it's value between postbacks.

  1. True

  2. False


Correct Option: B

Asp.net sessions can not work with out cookies

  1. True

  2. False


Correct Option: B
  1. Packages can be nested.

  2. You can pass parameters to packages.

  3. A package is loaded into memory each time it is invoked.

  4. The contents of packages can be shared by many applications.


Correct Option: D

Scenario : Consider an upgrade requirement from pre-WebLogic Server 9.x to the WebLogic Server 9.x. Since the administration scripts in the prior version used WebLogic Ant tasks for creation and deployment, the team decides to use the Ant build.xml approach and extend this to the current version of the server. Which of the following about the Ant task wlserver is INCORRECT?

  1. wlserver can be used to start, reboot or shut down server instances

  2. wlserver can be used to connect to existing server instances

  3. wlserver can be used to create a multiple server domain configuration.

  4. wlserver can be used to create a single server domain and to connect to the server.


Correct Option: C
  1. Name, target, subdeployment, descriptor-file-name

  2. Domain, jms-server, connection factory, destination

  3. Config.xml, jms-module, subdeployment, descriptor-file-name

  4. Name, jms-module, subdeployment, descriptor-file-name


Correct Option: A