M
Q. A namespace can contain___________.
No solution found for this question. Add Solution and get +2 points.
You must be Logged in to update hint/solution
Login to discuss.
Be the first to start discuss.
Q. A computer application for managing databases and pulling together data to generate reports and make decisions is known as a(n)
Q. A field is a
Q. Which of the following define the rules for .Net Languages?
Q. What will be the output of the following code snippet when it is executed? int x = 1; float y = 1.1f; short z = 1; Console.Write.Line((float) x + y * z - (x += (short) y));
Q. What will be the output of the following C# code?
Q. Which of the following statements are correct about a .NET Assembly? 1. It is the smallest deployable unit. 2. Each assembly has only one entry point - Main(), WinMain() or DLLMain(). 3. An assembly can be a Shared assembly or a Private assembly. 4. An assembly can contain only code and data. 5. An assembly is always in the form of an EXE file.
Q. Which of the following statements is correct about the C#.NET code snippet given below? class Student s1, s2; // Here 'Student' is a user-defined class. s1 = new Student(); s2 = new Student();
Q. Which is the correct order for explicit type conversion to convert a larger to a smaller type in C#?
Q. To avoid writing additional SQL statements to update a live database, you instantiate an object of which class?
Q. A computer application that manages a database, in which different kinds of data are stored in separate tables, is known as a
Embed
WhatsApp
Facebook
Telegram
Share in MCQ Buddy Groups
Discusssion
Login to discuss.