How do you start, pause, continue or stop a Windows service
off the command line?
Answer / swapna
net start ServiceName, net pause ServiceName and so on.
Also sc.exe provides a command-line interface for Windows
services. View the OS documentation or proper book chapters
on using sc.exe
| Is This Answer Correct ? | 0 Yes | 0 No |
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
What is web.config in .net?
What is manifest in .net?
What is .net and .net framework?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
What is .NET Framework?
When would you use .NET Remoting and when Web services?
What is the difference between server.transfer and response.redirect? Why?
Explain how to rename a table using sql queries?
Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above
How can you clean up objects holding resources from within the code?
How do you view the methods and members of a dll?