php mcq questions with answers


                                
The ______ parentheses that follow _____ indicate that no information is passed to Main ().
A. Empty, class
B. Empty, submain
C. Empty, Main
D. Empty, Namespace
                                
Is it possible to store multiple data types in System.Array?
A. Yes
B. No
                                
What is the wild card character in the SQL "like" statement?
A. * (Asterisk)
B. # (Pound)
C. % (Percent)
D. $ (Dollar)
                                
Which of the following is the root of the .NET type hierarchy?
A. System.Object
B. System.Base
C. System.Root
D. System.Parent