programming languages Online Quiz - 299
Description: programming languages Online Quiz - 299 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following are the characteristics of wizard page
Dialog box cannot be minimized, maximized, or restored. A dialog box does not have any other system button but Close.
a)A CDocument is owned by a CDocTemplate. b)The CWinApp object owns all frame windows in the application. c)The CFrameWnd is responsible for creating windows in the client area of the frame.
The CControlBar class gives standard implementation for:
The permitted ways to destroy a Windows object are
The application that uses the regular DLL does not have to use MFC and does not have to be a Visual C++ application.
Which substitutes two strings for the format characters "%1" and "%2" in a string contained in the string table
In which Year Java Swing was released?
What is SWT?
What is an event handler ?
Which containers use a FlowLayout as their default layout?
What method is used to specify a container's layout?
Which of the following is NOT a value type?
A boolean in C# is
True or False. Is Foo.Print() a valid statement? Given a class Foo and it has a function public void Print (); Foo f = new Foo (); Foo.Print ();
True or False. Like in C++, using exception does carry some performance penalty
Which of the following is jagged array creation?
1) JavaScript is ...
2) JavaScript is ...
3) To comment out a line in JavaScript ...