web technology Online Quiz - 11
Description: web technology Online Quiz - 11 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Is there any advantage of using System.String over String.Builder
How do you change the text color of an element?
what would you best do to make other developers use the class you develop as being the standard one for other developers to follow. ?? Make the Class as ------
Which is the best forward only read only cursor available to read the data
Which attribute would you use to make the class variable being Non-serializable
Which type of control should I use when i want to display a certain information from database but it layout which can be purely HTML based?
What would you do to the object which is expected to be no -longer in use
How would you be best able to check a string value for null? String value is to be checked before setting value from DataSet which is having value as per database
Why would you not use System.Web.Mail instead of System.Net.Mail
I want to transfer any information over the network from one system to other system. Considering the plaform independence WHICH serialization technique should I choose
PHP stands for :
PHP server scripts are surrounded by delimiters, which?
How do you write "Hello World" in PHP
All variables in PHP start with which symbol?
How do you get information from a form that is submitted using the "get" method?
What is the correct way to include the file "time.inc" ?
By which variable we can retrieve the value passed by the GET and POST Method?
If the file named wrongFile.php doesn't exist,then what will happen?
Which is the correct syntax for connecting the mysql database in php?
In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings: