Tag: web technology

Questions Related to web technology

  1. Too expensive

  2. Security concerns

  3. Too many platforms

  4. Accessibility


Correct Option: B
  1. Common Language Runtime

  2. Communication Language Runtime

  3. Common Language Realtime

  4. Common Lease Runtime


Correct Option: A
  1. App.Config

  2. Web.Config

  3. ASP.Config

  4. App.INS


Correct Option: B

How will you avoid postback for a button on client side?

  1. OnClick call a server function

  2. retun false on OnClick

  3. return true on OnClientClick

  4. return false on OnClientClick


Correct Option: D
  1. delete data from database table.

  2. select data from 2 or more tables related by common attribute (table column).

  3. verify that the inserted data is correct.

  4. update database table.


Correct Option: D
  1. A browser that uses a plug-in to process user data.

  2. A distributed application where the client program does not process data, but instead passes data for processing to an enterprise bean running on an application server.

  3. An application that cannot be stopped by a firewall.

  4. An application compiled with the -thin option of the javac command.


Correct Option: B
  1. PUT

  2. HEAD

  3. DELETE

  4. None of the above are valid HTTP 1.1 methods

  5. All of the above are valid HTTP 1.1 methods


Correct Option: E
  1. HttpSession

  2. ServletRequest

  3. ServletResponse

  4. ServletContext

  5. ServletConfig

  6. SessionConfig


Correct Option: A,B,D