Description: programming languages Online Quiz - 315 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following statements related to Garbage Collection are correct.
In Win32, an application is created by a call to
Which of the following are legal array declarations.
Which of the following is true. Select the correct answers.
The principal base class for the Microsoft Foundation Class Library is
which view class allows usage of document - view architecture with tree, list, and rich edit controls?
What all gets printed when the following code is compiled and run? Select the three correct answers. public class xyz { public static void main(String args[]) { for(int i = 0; i < 2; i++) { for(int j = 2; j>= 0; j--) { if(i == j) break; System.out.println("i=" + i + " j="+j); } } } }
Which declaration of the main method below would allow a class to be started as a standalone program. Select the one correct answer.
When a user changes the content of one of the views, that view object calls which of the following function?
which is the Parent class of CWinApp?
Which is not one of the input statement format?
Memory is a type of Device Context.
Which option is used to over ride the default nature of input statement, to read only required amount of data?
A property page is designed from a dialog box and it has which of the following characteristics?
A property page is a dialog box, that can be positioned in front of, or behind of, another.
Which of the following resources is invalid?
If you miss RUN; what happens?
If you are using the CFrameWnd::Create() method to create the window, you can specify the name of the menu using which argument.
What does SAS stands for?
which characteristics can be set at design time using the Style property of dialog box?