1703. How to find out what version of ASP.NET I am using on my machine ?
comments icon0

A. Response.Write(System.Version.ToString() );

B. Response.Write(System.Environment.Version.ToString() );

C. Response.Write(Version.ToString() );

D. not possible

1704. Automatic type conversion in Java takes place when________________?
comments icon0

A. Two type are compatible and size of destination type is shorter than source type.

B. Two type are compatible and size of destination type is larger than source type.

C. All of the above

D. Two type are compatible and size of destination type is equal of source type.

1705. In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this ?
comments icon0

A. Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed.

B. Use the ImageMap control and randomly select a HotSpot to show or hide.

C. Use the AdServer control and create an XML file with configuration of the control.

D. Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.

1706. In java, gc() method is available in which package ?
comments icon0

A. java.io package

B. java.lang package

C. java.util package

D. java.awt package

1707. Which statements are most accurate regarding the following classes? class A{private int i; protected int j; } class B extends A{ private int k; protected int m; } ?
comments icon0

A. An object of B contains data fields j, m

B. An object of B contains data fields j, k, m

C. An object of B contains data fields i, j, k, m

D. An object of B contains data fields k, m

1709. Suspend thread can be revived by using ?
comments icon0

A. start() method

B. resume() method

C. yield() method

D. Suspend() method

1711. An alternative way of displaying text on web page using ?
comments icon0

A. none of these

B. asp:listitem

C. asp:label

D. asp:button

1713. Which namespace allows us to formauthentication ?
comments icon0

A. System.Web.Services

B. System.Web.Security

C. System.Web.Ui.Forms.Security

D. System.Web.Configuration

1716. In which we clone the object and their constituent parts_______________?
comments icon0
A. Deep cloning

B. Shallow cloning

C. Both of above

D. None of above

1717. Which of the following is TRUE about Windows Authentication in ASP.NET ?
comments icon0

A. ASP.NET does not support Windows Authentication

B. None of these

C. Role membership determined only by user programming

D. Automatically determines role membership
1719. Which statement is static and synchronized in JDBC API ?
comments icon0

A. prepareCall()

B. executeQuery()

C. executeUpdate()

D. getConnection()
1722. We can manage states in asp.net application using________________?
comments icon0
A. All of the above

B. Viewstate

C. Application Objects

D. Session Objects

1724. The following program: public class Test{ static boolean is OK; public static void main(String args[]){System.out.print(is OK); } } ?
comments icon0

A. Will not compile as boolean can never be static

B. Will not compile as boolean is not initialized

C. Prints false

D. Prints true

1725. What is a diffgram ?
comments icon0

A. None of the above

B. Finds the difference in two files

C. The one which renders the dataset object contents to XML

D. Finds the difference in two objects

1726. Which of the following automatic type conversion will be possible ?
comments icon0

A. short to int

B. byte to int

C. int to long

D. long to int

1727. Which of the following is not a technology driver for an information system ?
comments icon0

A. object technologies

B. collaborative technologies

C. knowledge asset management

D. enterprise applications

1728. Select the validation control used for PatternMatching?
comments icon0
A. RegularExpressionValidator

B. PatternValidator

C. FieldValidator

D. RangeValidator

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

A. physical design phase

B. logical design phase

C. problem analysis phase

D. scope definition phase

1730. MIS is both an area of _________ and a ________ of scholarly inquiry?
comments icon0

A. None of these

B. Evaluation, implementation

C. Design, diagnosis

D. Practice, discipline

1731. In ASP.NET page framework an automatic way to associate page events and methods is______________?
comments icon0

A. AutoEventWireup attribute of the Page directive is set to False

B. It is not possible to set automatically page events and methods

C. All of the above

D. AutoEventWireup attribute of the Page directive is set to true
1732. In Java, the word true is ___________________?
comments icon0

A. A Java keyword

B. Same as value 1

C. A Boolean literal

D. Same as value 0

1733. Which method is used to perform DML statements in JDBC ?
comments icon0
A. executeUpdate()

B. executeQuery()

C. execute()

D. None of above

1736. Which of the following is a requirement when merging modified data into a DataSet ?
comments icon0
A. A primary key must be defined on the DataTable objects

B. A DataSet must be merged into the same DataSet that created it.

C. The DataSet schemas must match in order to merge

D. The destination DataSet must be empty prior to merging

1737. File extension used for ASP.NET files ?
comments icon0

A. .ASPX

B. .Web

C. None of these

D. .ASP
1738. What section of the config.Web file is used for storing a list of authorized users ?
comments icon0

A. authentication

B. None of the above

C. securityPolicy

D. authorization
1741. The first event to be triggered in an aspx page is?
comments icon0

A. Page_Load()

B. Page_Init()

C. Page_click()

D. None of these

1742. Which class cannot be subclassed (or extended) in java ?
comments icon0

A. None of above

B. Final class

C. parent class

D. abstract class

1743. pow () is associated with which class ?
comments icon0

A. Object class

B. Math class

C. None of above

D. Input stream class

1744. The class java.sql.Timestamp is associated with _____________?
comments icon0

A. None of above

B. java.util.Time

C. java.util.Date

D. java.sql.Time

1745. Which of the following below are valid isolation levels in J2EE ?
comments icon0

A. TRANSACTION_READ_UNCOMMITTED

B. TRANSACTION_SERIALIZABLE

C. Only A

D. Both A and B
1747. Super is the predefined_______________?
comments icon0

A. Keyword

B. None of above

C. Method

D. Keyword and Method
1749. Whats is the significance of Response.ClearHeaders( ) ?
comments icon0

A. None of the above

B. Clears all the section value from rendered HTML File

C. Clears the content of the Rendered page

D. Clears all Headers from the buffer stream