Sail E0 Webinar

MCQs

Total Questions : 303 | Page 26 of 31 pages
Question 251. For locking the data with synchronization which class will be used?
  1.    Lock
  2.    Moniter
  3.    SyncLock
  4.    Deadlock
 Discuss Question
Answer: Option B. -> Moniter
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 252. Which of the following are value types?
  1.    String
  2.    System .Value
  3.    System.Drawing
  4.    System.Drawing.Point
 Discuss Question
Answer: Option D. -> System.Drawing.Point
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 253. Why should you write the cleanup code in Finally block?
  1.    Compiler throws an error if you close the connection in try block.
  2.    Resource cannot be destroyed in catch block.
  3.    Finally blocks run whether or not exception occurs.
  4.    All of the above
 Discuss Question
Answer: Option C. -> Finally blocks run whether or not exception occurs.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 254. When the garbage collector runs.
  1.    It runs automatically
  2.    EveryDay
  3.    Every alternate day
  4.    When IIS restart.
 Discuss Question
Answer: Option A. -> It runs automatically
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 255. Which of the following is true ? 1. AJAX is a platform-independent technology 2. AJAX can work with web application 3. AJAX can only work with ASP.NET 4. AJAX is a platform-dependent technology
  1.    1, 2
  2.    1,2,3
  3.    1,3,4
  4.    None of the above
 Discuss Question
Answer: Option A. -> 1, 2
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 256. Which of the following are reference types?
  1.    String
  2.    Exception
  3.    Class
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 257. How many readers can simultaneously read data with ReaderWriterLock if there is no writer locks apply?
  1.    9
  2.    11
  3.    13
  4.    No Limit
 Discuss Question
Answer: Option D. -> No Limit
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 258. Which method is used to dynamically register client script from code?
  1.    Page.ClientScript.RegisterClientScriptBlock
  2.    RegisterScript
  3.    Page.ClientScript
  4.    None of the above
 Discuss Question
Answer: Option A. -> Page.ClientScript.RegisterClientScriptBlock
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 259. AnUpdatePanel control defined on a page. Button control is placed outside of the UpdatePanel. How to cause the UpdatePanel to execute an update.
  1.    Set the Trigger attribute of the UpdatePanel to the ID of the Button control.
  2.    Set the AsyncPostBackTrigger attribute of the Button control to the ID of theUpdatePanel.
  3.    Place the button control on the update panel without script manager.
  4.    Add an AsyncPostBackTrigger control to the Triggers section of the UpdatePanel. Set the ControlID attribute of the AsyncPostBackTrigger control to the
 Discuss Question
Answer: Option D. -> Add an AsyncPostBackTrigger control to the Triggers section of the UpdatePanel. Set the ControlID attribute of the AsyncPostBackTrigger control to the
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 260. Which control is required for every page that have AJAX Extensions for ASP.NET?
  1.    UpdatePanel
  2.    ScriptManager
  3.    ContentPanel
  4.    None of the above
 Discuss Question
Answer: Option B. -> ScriptManager
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!

Latest Videos

Latest Test Papers