第1题:
NULL和Null都代表空值。 ()
第2题:
通过:Connection.GetOleDbSchemaTable(System.Data.OleDb.OleDbSchemaGuid.Columns, new object[] { null, null, tableName, null });得到的两种数据类型的属性完全一致,有其它方法区分吗?
希望能帮到你,别忘了采纳我的答案哦,祝你生活愉快!
第3题:
A.都属于Map接口的类
B.Hashtable类不是同步的,HashMap类是同步的
C.Hashtable类不允许null键和null值
D.HashMap类允许null键和null值
第4题:
A.Hashtable的KV都不可以为null
B.HashMap的KV都可以为null
C.HashMap的K不可以为null,V可以为null
D.ConcurrentHashMap的KV都不可以为null
第5题:
7 .string = null 和string = “”的区别
第6题:
YouaremodifyingatablenamedProductinaSQLServer2005database.YouwanttoaddanewcolumnnamedFriendlyNametotheProducttable.Afriendlynameforeachproductwillbestoredinthiscolumn.Thetablecurrentlycontainsdata.The salesdepartmenthasnotyetcreatedafriendlynameforeachproduct.FriendlyNameisarequiredvalueforeachproduct.Youwanttoaddthisnewcolumnbyusingtheleastamountofeffort.Whatshouldyoudo?()
A.DefinethenewcolumnasNULL.UpdatetheFriendlyNamecolumntothesamevalue astheproductNamecolumn.AltertheFriendlyNamecolumntobeNOTNULL.
B.DefinethenewcolumnasNOTNULLwithadefaultvalueof’Undefined.’
C.DefinethenewcolumnasNULL.Useapplicationlogictoenforcethedataconstraint.
D.DefinethenewcolumnasNULLwithadefaultvalueof’Undefined.’
第7题:
C#中,string str = null 与 string str =””,请尽量用文字说明区别。(要点:说明详细的内存
空间分配)
第8题:
A、vara=undefind;b=NaN
B、vara=‘123’;b=NaN
C、vara=undefined,b=NaN
D、vara=NaN,b=undefined
第9题:
在C#中,string str = null 与 string str = “” 请尽量使用文字或图象说明其中的区别。
第10题:
null和undefined都是原始类型的数据,保存在变量本地。()