What does this useful command line do? tasklist /m "mscor*"
Answer / dns
Lists all running processes that use .NET, i.e., that use
the Microsoft Common Runtime.
| Is This Answer Correct ? | 3 Yes | 0 No |
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
what is inprocess and outprocess in vb
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
what is encapulation?
what is the basic and unique feature of dotnet
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f
what is the use of check point
What is the best action a system can take when deadlock is detected
what is c sharp dotnet
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
How to call static method in Java?