terminology - Confusing terms in asp.net -


i confused following terms. please elaborate on each of following means:

  1. run time
  2. execution time
  3. dynamically creation
  4. virtual machine

you can use msdn or google these terms. http://msdn.microsoft.com

for example: runtime: http://msdn.microsoft.com/en-us/library/aa479328.aspx


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -