How to do validation of the fields in any project ?
Answer Posted / ravikiran(aptech mumbai)
1).threw javascript
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 are the types of exceptions?
List primitive java types?
Is java free for businesses?
What does replaceall do in java?
What's a method in programming?
Does variable declaration allocate memory?
how to one war file class to another war file class?
What are sets in java?
How to perform selection sort in java?
What is keyword in oop?
Is char a method in java?
What is runtime locatable code?
What do you know about the garbage collector?
Is java programming easy?