Question: 1. Only derived class can have shadows keywordOption A. TrueOption B. FalseQuestion: 2. For the same class "Me" and MyBase" are sameOption A. TrueOption B. FalseQuestion: 3. If you want to open a file named "a.txt" useOption A. System.diagnostics.Start("a.txt")Option...
Saturday, February 13, 2021
VB.NET MCQ Question Answer Part - 5
Question: 1. PasswordChar property of a TextBox can accept " " (space) as the password charOption A. TrueOption B. FalseQuestion: 2. If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap property is also set to true. Which one will get precedenceOption A. ScrollbarsOption...
VB.NET New MCQ Question Answer Part-4
Question: 1. DataSet can be used to connect to Crystal ReportOption A. TrueOption B. FalseQuestion: 2. dim arr(10) as string,the max index of the array isOption A. 9Option B. 10Option C. Can be >10 alsoOption D. None of the aboveQuestion: 3. Use...
PHP Programming new 68 Solved Mcq Question Answer
Question: 1.What does PHP stand for?i) Personal Home Pageii) Hypertext Preprocessoriii) Pretext Hypertext Processoriv) Preprocessor Home PageOption A.Both i) and iii)Option B.Both ii) and iv)Option C.Only ii)Option D.Both i) and ii)Question: 2.PHP files have a default file extension of..Option A..htmlOption...