Tag: web technology
Questions Related to web technology
-
initDaemon
-
createDaemon
-
setDaemon
-
runDaemon
-
By implementing Runnable Interface.
-
By inheriting from the Runnable Interface.
-
By implementing the Thread Class.
-
By inheriting from the Thread class.
-
Due to its nature as a reference type, StringBuilder has a smaller footprint than string,thereby allowing more efficent memory management.
-
StringBuilder is inherently more efficent due to its nature as a reference type comparedto string, which is a value type
-
StringBuilder allows for dynamic appending of types; string creates a new string every time it is appended to.
-
StringBuilder has the ability to accept objects other than string in order to build a string by automatically calling the ToString method on the object.
-
Regular expressions are built into StringBuilder, allowing for much more efficent text processing than what could usually be achieved by using a string.
-
DataTable
-
Dataset
-
RecordSet
-
DataRelation
-
RowSet
-
System.Runtime
-
System.Activator
-
System.AppDomainSetup
-
System.Reflection.Emit
-
System.Management
-
Reflection
-
COM/DCOM
-
mime types
-
XML
-
Sockets
-
It is invoked every 40 seconds until the process is destroyed.
-
It only occurs when the Collect method is explicitly invoked in the System.GC class.
-
It is invoked every time a constructor is called.
-
It is invoked when generation 0 does not have room for the newly created object.
-
It is invoked when the Dispose method is explicitly called.
-
Static
-
InitOnly
-
Virtual
-
Abstract
-
Sealed
-
ADO
-
CLR
-
MTS
-
COM+
-
COM/DCOM