Explain how do I activate the real time safe block list?
Which database is the ado.net sql connection object designed for?
Narrate a story which you liked.. and why.
What is php session id?
Explain about transactional logging?
tell me one scenario where we go for idoc and WHy we go for idoc.
Is there any way to find whether software installed in the
system is registered by just providing the .exe file?
I have tried the following code but its just displaying the
directory structure in the registry.
Here the code :
package com.msi.intaller;
import java.util.Iterator;
import ca.beq.util.win32.registry.RegistryKey;
import ca.beq.util.win32.registry.RootKey;
public class RegistryFinder {
public static void main(String... args) throws Exception
{
RegistryKey.initialize(RegistryFinder.class.getResource("jRe
gistryKey.dll").getFile());
RegistryKey key = new RegistryKey(RootKey.HKLM,
"Software\\ODBC");
for (Iterator
Explain the term generalization.
what are various server configuration files?
The processing speed of a microprocessor depends on _____?
What is the difference between a switch and a hub?
list out all the transformations which use cache?
What is mesh network
What is ua tracking code and how can you find the ua tracking code?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration