Question { Syntax Softtech, 6418 }
What is the result when the Web Form containing the
following line is complied and executed?
a) The button control is created; theEvent is the click
event handler.
b) Compiler error; the control must be set to runat=?server?.
c) Compiler error; onClick is not a valid attribute.
d) Runtime Exception; the control must be set to runat=?server?.
Answer
| Is This Answer Correct ? | 2 Yes | 2 No |
Question { Syntax Softtech, 6628 }
What object is used to encapsulate a rowset?
a) DataSet
b) DataAdapter
c) DataRowSet
d) DataTable
Answer
| Is This Answer Correct ? | 8 Yes | 0 No |
Question { Syntax Softtech, 5524 }
You have been given the task of designing a web services to
expose the data that is stored in a database on the server.
In order to successfully build the web services, you need to
import some namespaces. What is the minimum namespace you
need to import?
a) System.Web
b) System.WebServices
c) System.Web.Services
d) System.Web.ServiceModel
Answer
| Is This Answer Correct ? | 7 Yes | 0 No |
Question { 5894 }
How .Net has implemented security for web applications?
Answer
| Is This Answer Correct ? | 3 Yes | 1 No |
Question { 5513 }
What is role-based security?
Answer
| Is This Answer Correct ? | 2 Yes | 0 No |
Question { 8411 }
Is goto statement supported in C#? How about Java?
Answer
| Is This Answer Correct ? | 3 Yes | 6 No |
Question { 6837 }
What?s different about switch statements in C#?
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Question { 9828 }
Can you override private virtual methods?
Answer
| Is This Answer Correct ? | 6 Yes | 1 No |
Question { 15971 }
Why can?t you specify the accessibility modifier for
methods inside the interface?
Answer
| Is This Answer Correct ? | 18 Yes | 2 No |
Question { 6258 }
Can you inherit multiple interfaces?
Answer
| Is This Answer Correct ? | 4 Yes | 0 No |
Question { 6494 }
How can you overload a method?
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Question { 5183 }
What?s the advantage of using System.Text.StringBuilder
over System.String?
Answer
| Is This Answer Correct ? | 2 Yes | 0 No |
Question { 5745 }
How can you sort the elements of the array in descending
order?
Answer
| Is This Answer Correct ? | 3 Yes | 0 No |
Question { 5051 }
Can multiple catch blocks be executed?
Answer
| Is This Answer Correct ? | 8 Yes | 0 No |