Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Which among the two is preferable for the project- Hadoop MapReduce or Apache Spark?
Explain translation lookaside buffer?
Is port 1433 secure?
Explain how can you find a list of all t-codes in the sap system?
What are your ways to performance optimization?
How often were you absent from work in your last job? Have you every had any serious illness or injuries? Do you have any health problems? : insurance sales
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
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
How do i right a ladder diagram that has 1 actuator that performs a full stroke followed by a half stroke
Where is python in anaconda?
how can we change Replication Factor?
Write down the c# syntax to catch an exception
How do you sort an array by value?
What the difference between do loop & do while loop?