An ant had to travel from one corner of a room to diagonally opposite corner. It can walk on walls, floor and roof only. How will you find the shortest path for this ant ?
9 62742Post New Analog Devices Interview Questions
What do you mean by request dispatcher in servlet? Also explain its methods.
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
What is meant by a * search algorithm?
Give examples of “rbind()” and “cbind()” functions in r
What is the difference between uses and extends?
Is it possible to started an application on powerup?
What is a interface in c#?
What is components in angular?
How do you determine if there are broken references in the project?
Define a typical devops work flow ?
What is the use of Transport Domain Controller?
How to create a controller in laravel?
Explain about the major libraries that constitute the Spark Ecosystem?
How much maximum can you allocate in a single call to malloc()?
Explain foreign keys?