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
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 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
PHP stands for :
PHP server scripts are surrounded by delimiters, which?
How do you write "Hello World" in PHP
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?
In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings: