Home
About Us
Contact Us
Privacy Policy
Search
Home
→
ASP.net
→
What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
Related MCQs
Attribute must be set on a validator control for the validation to work.
asp:dropdownlist> tag replaces which of the HTML tags__________?
Whats the significance of Request.MapPath( ) ?
If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing__________?
The technique that allow code to make function calls to .NET applications on other processes and on other machines is__________?
Mode of storing ASP.NET session__________?
The type of code found in Code-Behind class is __________?
Select the caching type supported by ASP.Net?
Which of the following tool is used to manage the GAC ?
Which of the following authentication is best suited for a corporate network ?
Which of the following is not the way to maintain state ?
Which DLL translate XML to SQL in IIS ?
What class does the ASP.NET Web Form class inherit from by default ?
Web.config file is used.. ?
Which object can help you maintain data across users ?
The first event triggers in an aspx page is__________?
What is the lifespan for items stored in viewstate__________?
In ASP.NET if one wants to maintain session then which of the following is used ?
It is best to use a web instead of a windows application when the application ?
How to implement authentication via web.config ?
Postback occurs in which of the following forms__________?
The actual work process of ASP.NET is taken care by __________?
By default, code written with the Debug class is stripped out of release builds?
Default scripting language in ASP?
When is the user controls code is executed__________?
How do you trace the application_End event on runtime ?
The control used in ASP.NET to display information from data set but with better formatting and editing behavior is__________?
If in an ASP.NET application one want to create http handlers which of the interface is used__________?
Which of the following denote page code model in ASP.NET ?
What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
A. Hello world
B. Hello
C. C
D. World
Correct Answer:
C
✔
Last Updated:
April 16, 2019