1851. Which of the following can be used to add alternating color scheme in a Repeater control ?
comments icon0
A. AlternatingItemTemplate

B. DataSource

C. None of these

D. ColorValidator

1853. javah stands for ?
comments icon0
A. java header file

B. java dissasamebler

C. java interpreter

D. java compiler

1855. A package is a collection of__________________?
comments icon0

A. Editing tools

B. Editing tools and Interfaces

C. Classes and Interfaces

D. Classes

1856. Java intermediate code is known as_________________?
comments icon0

A. Mid code

B. Byte code

C. None of above

D. First code

1857. In ASP.NET what does the following return ?
comments icon0
A. Gives the memory working set

B. None of the Above

C. Return Null value

D. Gives Error

1859. Which method of java is invoked by JVM to reclaim the inaccessible memory location ?
comments icon0

A. reclaim() method

B. finalize() method

C. final() method

D. both b and c

1860. How ASP.Net Different from classic ASP ?
comments icon0

A. Scripting is separated from the HTML, Code is interpreted seperately

B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server

C. None of these

D. Code is separated from the HTML and interpreted Code is interpreted separately
1861. What is jdb_________________?
comments icon0

A. java Disassemble

B. java Interpreter

C. java debugger

D. java compiler

1863. What data types do a Rangevalidator supports ?
comments icon0
A. All of the above

B. Integer

C. Date

D. String

1865. In ASP.NET the sessions can be dumped by using ?
comments icon0
A. Session.Abandon

B. Session.Exit

C. None of these

D. Session.Dump

1868. Which of the following is NOT an advanced input control ?
comments icon0

A. radio button

B. spin box

C. both A and B

D. slider edit calendar

1869. Which method cant be overidden ?
comments icon0
A. final

B. static

C. println

D. super

1870. Examples of keyless interfaces include_______________?
comments icon0
A. bar coding, OCR, pen, and voice recognition

B. all of the above

C. mouse, OCR, pen, and voice recognition

D. keyboard, OCR, pen, and voice recognition

1871. Which of the following object is not an ASP component ?
comments icon0

A. File Access

B. Counter

C. AdRotator

D. LinkCounter
1872. The task of establishing system improvement objectives is performed in which phase of systems analysis ?
comments icon0

A. scope definition phase

B. logical design phase

C. physical design phase

D. problem analysis phase
1873. Hot java is_______________?
comments icon0

A. System software

B. IDE

C. Web browser

D. Java environment

1875. Rapid Application Development (RAD) strategy includes all of the following, except ?
comments icon0
A. uses waterfall development approach to evolve system concept

B. organizes systems development into a series of focused, intense workshops

C. reduces the amount of time that passes before the users begin to see a working system

D. actively involves system users in the analysis, design, and construction activities

1876. Combination checks_______________?
comments icon0

A. determine data entry errors on primary keys

B. determine whether all required fields of the input have actually been entered

C. determine whether a known relationship between two fields is valid

D. ensure that the correct type of data is input

1877. The object is created with new keyword ?
comments icon0
A. At run-time

B. None of these

C. At Compile-time

D. Depends on the code

1878. Which of the following is faster and consume lesser memory ?
comments icon0
A. SQLDataReader

B. Data Set

C. Both A and B

D. None of these

1880. Suppose a class has public visibility. In this class we define a protected method. Which of the following statements is correct ?
comments icon0
A. This method is accessible from within the class itself and from within all classes defined in the same package as the class itself.

B. In a class, you cannot declare methods with a lower visibility than the visibility of the class in which it is defined.

C. This method is only accessible from inside the class itself and from inside all subclasses.

D. From within protected methods you do not have access to public methods.

1882. Which language is used to create an ASP.NET code file ?
comments icon0

A. Visual Basic

B. C++

C. C#

D. All of the above
1883. String is the predefined ?
comments icon0

A. Object

B. Variable

C. Method

D. Class
1885. Which of the following is used to send email message from my ASP.NET page?
comments icon0

A. System.Web.Mail.SmtpMail

B. System.Web.Mail.MailMessage

C. Both A and B

D. None of these

1889. Request for quotation (RFQ) is_________________?
comments icon0

A. a document that compares business and technical requirements of a commercial application package against the capabilities and features of a specific commercial application package

B. a document that communicates business, technical, and support requirements for an application software package to a single vendor that has been determined as being able to supply that application package and service

C. a document that communicates business, technical, and support requirements for an application software package to vendors that wish to compete for the sale of that application package and services

D. a contract with management and the user community to develop or enhance an information system

1891. Which of the following statements about arrays is syntactically wrong ?
comments icon0

A. arrayName[] p = new arrayName[5];

B. arrayName p[][] = new arrayName[2][];

C. arrayName p[5];

D. arrayName[] p [];

1893. Which of the following method must be overridden in a custom control ?
comments icon0

A. The Control_Build() method

B. The Paint() method

C. The default constructor

D. The Render() method
1894. Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below ?
comments icon0
A. One must override the method ReceiveMessage

B. One must override the method InitializeMethod

C. Both A and B

D. One must override the method ProcessMessage

1896. Request for quotation (RFQ) is_______________?
comments icon0

A. a document that communicates business, technical, and support requirements for an application software package to vendors that wish to compete for the sale of that application package and services

B. a document that compares business and technical requirements of a commercial application package against the capabilities and features of a specific commercial application package

C. a document that communicates business, technical, and support requirements for an application software package to a single vendor that has been determined as being able to supply that application package and service

D. a contract with management and the user community to develop or enhance an information system

1898. In Java byte, short, int and long all of these are ____________?
comments icon0
A. signed

B. unsigned

C. Both of the above

D. None of these

1899. Program which executes applet is known as________________?
comments icon0

A. JVM

B. None of above

C. virtual machine

D. applet engine