On This Page

This set of Webenabled application Multiple Choice Questions & Answers (MCQs) focuses on Webenabled Application Set 2

Q1 | The SaveFile method is used to save the text in a rich text box to disk, and the ................ method to read it back.
  • loadfile
  • readfile
  • readit
  • readback
Q2 | i) BottomCenter ii) MiddleTop iii) TopLeft iv) MiddleLeft
  • i, ii and iii only
  • i, iii and iv only
  • i, ii and iv only
  • all i, ii, iii and iv
Q3 | i) ActiveLinkColor ii) LinkSize iii) LinkBehavior iv) Links
  • i, ii and iii only
  • i, iii and iv only
  • i, ii and iv only
  • all i, ii, iii and iv
Q4 | Hyperlinks can be created using the ........................................ method in LinkClicked event handler.
  • system.diagnostics.process.start
  • system.diagnostics.hyperlinks.start
  • system.diagnostics.link.start
  • system.diagnostics.link.event
Q5 | In order to get the text associated with the link, ..................... method can be used.
  • e.data.link.tostring
  • e.link.linkdata.tostring
  • e.linkdata.link.tostring
  • e.link.data.tostring
Q6 | .................. namespace in vb.net includes essential classes and base classes that define commonly used data types, events and event handlers, interfaces, attributes, exceptions and so on.
  • system
  • system.collections
  • system.net
  • system.reflection
Q7 | The file extension ................. in vb.net represents a global application class, used to handle global application class, used to handle global ASP.NET application level events.
  • .asp
  • .asmx
  • .aspx
  • .asax
Q8 | The file extension .................. in vb.net represents a web form.
  • .asp
  • .asmx
  • .aspx
  • .asax
Q9 | When you save a solution, it's give the file extension .sln and all the projects in the solution are saved with the extension ...............
  • .vbproj
  • .vbdisco
  • .vbs
  • .vb
Q10 | The .NET platform and the .NET framework class library were developed in an effort to address these weakness of ......................
  • xml
  • html
  • com
  • dcom
Q11 | ...................... are virtual base classes; that is they consist of members; methods, properties and events that have no implementations.
  • enumerations
  • interfaces
  • delegates
  • structures
Q12 | A ............... is a reference type that represents a strongly typed function pointer.
  • enumeration
  • interface
  • delegate
  • structure
Q13 | Most of the primitive data types; Boolean, Byte, Char etc. defined in FCL are implemented as ............
  • enumeration
  • interface
  • delegate
  • structure
Q14 | Specialized classes include the stack class, a last-in first-out structure, the queue class, first-in, first-out structure in the ........................ namespace.
  • system
  • system.collections
  • system.net
  • system.reflection
Q15 | ....................... allow custom items of information about a program element to be stored with an assembly's metadata.
  • attributes
  • structures
  • exception
  • data type