1801. Package of drawstring() method is _________________?
comments icon0

A. java.io

B. javax.swing

C. java.applet

D. java.awt
1802. What attributes do you use to hide a public .Net class from COM ?
comments icon0

A. COM Interop

B. ComVisible attributes

C. DLLImport Attributes

D. All of the above

1803. What is meaning of jar ?
comments icon0

A. java architecture

B. java archived

C. java array

D. none of these

1804. Which class can be used to create an XML document from scratch ?
comments icon0

A. XmlConvert

B. XmlSettings

C. XmlDocument

D. XmlNew

1806. What should not be part of an acceptable use policy ?
comments icon0
A. Encryption policies

B. User responsibilities

C. Legal obligations

D. Allowable use of systems

1807. Which of the following allow writing formatted output ?
comments icon0
A. Response.Output.Write()

B. Response.Write()

C. Both A and B

D. None of these

1810. Runnable is_______________?
comments icon0
A. Interface

B. Method

C. Class

D. Variable

1811. Which metrhods are utilized to control the access to an object in multi threaded programming ?
comments icon0

A. Serialized methods

B. Synchronized methods

C. Asynchronized methods

D. None of above

1813. Caching type supported by ASP.Net ?
comments icon0

A. Output Caching

B. DataCaching

C. Both A and B

D. None of these

1814. JIT meaning ?
comments icon0

A. none of above

B. join in time

C. just in time

D. java in time

1816. Who can access Session state variables ?
comments icon0

A. All users within a single tunnel

B. All of the above

C. A Single session

D. All Users of an application

1818. Which of the following denote New Data-bound Controls used with ASP.NET ?
comments icon0

A. GridView

B. All of the above

C. SqlDataSource

D. FormView

1820. A method within a class is only accessible by classes that are defined within the same package as the class of the method. Which one of the following is used to enforce such restriction ?
comments icon0

A. Declare the method with the keyword public.

B. Declare the method with the keyword private.

C. Do not declare the method with any accessibility modifiers.

D. Declare the method with the keyword public and private.

1821. Which collection class associates values witch keys, and orders the keys according to their natural order ?
comments icon0

A. java.util.SortedSet

B. java.util.LinkedList

C. java.util.TreeMap

D. java.util.HashSet

1822. 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 contract with management and the user community to develop or enhance an information system

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 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

1825. Thread class is available in________________?
comments icon0
A. java.lang package

B. java.awt package

C. java.util package

D. java.io package

1826. In order to prevent a browser from caching a page which of these xstatements should be written ?
comments icon0
A. Response.Cache.SetNoStore();

B. Response.Cache.SetNoServerCaching();

C. None of these

D. Response.Cache.SetNoCaching();

1830. Which method of the Applet class displays the result of applet code on screen ?
comments icon0

A. main() method

B. paint() method

C. run() method

D. drawString() method

1832. Difference between Response.Write() and Response.Output.Write() ?
comments icon0

A. Response.Output.Write() allows you to flush output

B. Response.Output.Write() allows you to buffer output

C. Response.Output.Write() allows you to write formatted output

D. Response.Output.Write() allows you to stream output

1833. The JDBC-ODBC bridge is_________________?
comments icon0

A. Singlethreaded

B. Multithreaded

C. Both of above

D. None of above

1834. Which of the following is the last phase of the Systems Construction phase ?
comments icon0
A. write and test new programs

B. build and test databases

C. prepare conversion plan

D. build and test networks

1835. When a bank uses information to launch a personalised credit card product this_____________?
comments icon0

A. creates a new opportunity

B. adds value

C. reduces costs

D. manages risks

1836. Interfaces helps in which type of inheritance ?
comments icon0

A. None of above

B. Multiple inheritance

C. Multilevel inheritance

D. Hierarchical inheritance

1837. All of the following are examples of requirements problems, except________________?
comments icon0
A. costly requirements

B. overlapping requirements

C. conflicting requirements

D. missing requirements

1839. To add a custom control to a Web form we have to register with?
comments icon0
A. Name space of the dll that is referenced

B. Assemblyname

C. TagPrefix

D. All of the above

1840. The majority of publically available Internet information sources are______________?
comments icon0

A. created in XML

B. normal information

C. unstructured information

D. structured information

1842. Which method displays the custom control________________?
comments icon0

A. Display

B. Page_Load

C. Render

D. The Prerender

1843. What is the significance of Response.AddHeaders( ) ?
comments icon0
A. Adds HTTP Headers to output stream

B. None of the above

C. Adds Tag to rendered Page

D. Add Headers to the web site

1844. MIS normally found in a manufacturing organization will not be suitable in the _________________?
comments icon0
A. Service sector

B. All of the above

C. Agriculture sector

D. Banking sector

1845. Where we can assign value to Static read only member variable of a static class ?
comments icon0
A. Default constructor

B. Parameterized constructor

C. Global.asax

D. On click of button

1846. Which of these data source controls do not implement Caching ?
comments icon0

A. XmlDataSource

B. ObjectDataSource

C. SqlDataSource

D. LinqDataSource
1850. All of the following are examples of requirements problems, except ?
comments icon0

A. overlapping requirements

B. missing requirements

C. conflicting requirements

D. costly requirements