Khổ Luyện Thành Tài Posts - TopicsExpress



          

Posts by Khổ Luyện Thành Tài



1- using System; class Test{ public static void Main() { int value
1- using System; class Test{ public static void Main() { int value = Int32.Parse("99953"); double dval=Double.Parse("1.3433E+35"); Console.WriteLine(v...
1- Which of the following will be the correct output for the
1- Which of the following will be the correct output for the C#.NET program given below? namespace IndiabixConsoleApplication { struct Sample ...
1- Which of the following statements is correct about the C#.NET
1- Which of the following statements is correct about the C#.NET code snippet given below? class Sample { private int i; public Single j; ...
1- Which of the following statements are correct about
1- Which of the following statements are correct about constructors in C#.NET? 1/ Constructors cannot be overloaded. 2/ Constructors always have the...
1- To create a string literal exclude escap # A- !string B-
1- To create a string literal exclude escap # A- !string B- #string C- @string D- $string 2- To allocate memory for an object instantiation, you m...
1- How do you prevent users from resizing a form? A- Setting the
1- How do you prevent users from resizing a form? A- Setting the Resize to false and setting the MaximizeBox property to false B- Setting the FormBo...
1- What is the output of the C#.NET code snippet given below?
1- What is the output of the C#.NET code snippet given below? A- red B- blue C- 0 D- 1 2- Which of the following is the correct way to rewri...
1- Which of the following statements are correct about Inheritance
1- Which of the following statements are correct about Inheritance in C#.NET? 1/ A derived class object contains all the base class data. 2/ Inherit...
1 - The Java interpreter is used for the execution of the source
1 - The Java interpreter is used for the execution of the source code: [a]--True [b]--False 2 - On successful compilation a file with the .exe ex...
1- If an IndexofAny method is passed an # A- finds the first
1- If an IndexofAny method is passed an # A- finds the first occurrence of each letter in the string B- generates an error C- will search for the f...

Trending Topics




© 2015