1751. To add a custom control to a Web form we have to register with?
comments icon0

A. Assemblyname

B. All of the above

C. Name space of the dll that is referenced

D. TagPrefix

1752. Which property is used to name a web control ?
comments icon0

A. Designation

B. ID

C. Name

D. ControlName

1753. What namespace does the Web page belong in the .NET Framework class hierarchy ?
comments icon0

A. System.Windows.Page

B. None of these

C. System.Web.page

D. System.web.UI.Page
1757. Which of the following is true ?
comments icon0

A. Custom controls are displayed correctly in VS.Net Designer

B. None of these

C. User controls are displayed correctly in the Visual Studio .NET Designer

D. User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
1758. An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?
comments icon0

A. None of the Above

B. Such a situation cannot happen at all

C. The customer can run on any platform.

D. The customer must be having technology that run ASP.

1759. What is/are the predefined TraceListener(s) in ASP.Net?
comments icon0

A. TextWriterTraceListener

B. EventLogTraceListener

C. All of the above

D. DefaultTraceListener

1760. Which of the following is NOT a feasibility analysis criterion ?
comments icon0

A. schedule feasibility

B. operational feasibility

C. resource feasibility

D. technical feasibility

1761. ____________ tests make sure that new code does not break existing code?
comments icon0

A. Load test

B. Regression tests

C. Integration tests

D. Unit tests

1764. In ASP.NET if one wants to set the focus on a particular control________________?
comments icon0

A. Call SETCONTROL

B. Call FOCUS method

C. None of the above

D. Call SETFOCUS

1765. How do you add ASP.Net 3rd party component__________________?
comments icon0

A. By add/Remove items in the project menu

B. Cannot add 3rd party component to asp.net

C. Add reference of dll file and place the code where ever required

D. None of the above

1767. What do you mean by javap?
comments icon0
A. java Disassemble

B. java compiler

C. java debugger

D. java Interpreter

1768. JAR file contains the compressed version of_________________?
comments icon0

A. .jsp file

B. .class file

C. .java file

D. None of above

1770. Which of the following ASP.NET object encapsulates the state of the client ?
comments icon0

A. Response object

B. Server object

C. Application object

D. Session object
1771. x=x+1 is equivalent to _________________?
comments icon0

A. None of these

B. x=x-1

C. #NAME?

D. x++
1772. Which Kind Of data we can store in viewstate ?
comments icon0

A. None of these

B. Viewstate can store anything

C. Viewstate can store only serilizable object

D. Viewstate can store onlys string

1773. The following fraction of code double STATIC = 2.5 ; System.out.println( STATIC ); ?
comments icon0

A. Raises an exception

B. None of these

C. Prints 2.5

D. Raises an error as STATIC is used as a variable which is a keyword

1774. When does Garbage collector run ?
comments icon0

A. When application is running for more than 15 minutes

B. When application is running low of memory

C. None of these

D. It runs random

1776. How do you disable client side validation ?
comments icon0

A. Set the Runat property to server

B. Set the language property to C#

C. Set the inherits property to codeb

D. Set the ClientTarget property to Downlevel
1777. A cross life-cycle activity of system development is____________________?
comments icon0

A. object modeling

B. fact-finding

C. prototyping

D. data modeling

1782. Which driver is called as thin-driver in JDBC ?
comments icon0

A. Type-3 driver

B. Type-4 driver

C. Type-1 driver

D. Type-2 driver

1783. Which installation strategy is a variation on the abrupt and parallel conversion ?
comments icon0

A. partial conversion

B. location conversion

C. staged conversion

D. hierarchical conversion

1785. The first event to be triggered in an aspx page is__________________?
comments icon0

A. None of the above

B. Page_click()

C. Page_Load()

D. Page_Init()
1789. Which of the following is part of a static view of information ?
comments icon0

A. Information process model

B. Meta data

C. Data flow model

D. Logical data model

1790. Records management_________________?
comments icon0

A. is a discipline limited to digitised paper documents.

B. is a discipline limited to paper documents.

C. none of the above

D. is a discipline limited to library books.

1792. Which method executes only once ?
comments icon0

A. start() method

B. destroy() method

C. stop() method

D. init() method
1793. How do you get information from a form that is submitted using the post method ?
comments icon0

A. Response.write

B. Request.Form

C. Response.writeln

D. Request.QueryString

1794. Which of the following is used to write error message in event Log File ?
comments icon0

A. System.Data

B. All of the above

C. System.Diagnostics

D. System.EnterpriseServices

1796. The task of identifying and expressing system requirements is performed in which phase of systems analysis ?
comments icon0

A. logical design phase

B. problem analysis phase

C. scope definition phase

D. requirements analysis phase
1797. Which of the following is true ?
comments icon0

A. IsPostBack is a readonly property of System.Web.UI.Page class

B. IsPostBack is a method of System.Web.UI.Page class

C. IsPostBack is a method of System.UI.Web.Page class

D. None of these

1798. What is a strong name ?
comments icon0
A. Combination Of both Public,Private key and digital signature

B. Public Key

C. Private Key

D. Digital signature

1799. The Following are the minimum requirement to run Asp.net pages_________________?
comments icon0
A. Common Language Runtime

B. All of the above

C. Windows explorer

D. Java Virtual Machine

1800. Executable applet is_________________?
comments icon0

A. .java html

B. .java file

C. .class file

D. .applet file