Answer Posted / keerthi
Methods are the functions which describe the behaviour of an object
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain spliterator in java8?
What is the full form of jpeg?
What environment variables do I need to set on my machine in order to be able to run java programs?
Is java same as core java?
What is the collections api?
How many types of variables are there?
What is the intersection and union methods?
How can you add and remove nodes in jtree?
Is array serializable java?
Difference between operator overloading and function overloading
Can we have multiple classes in a single file?
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
Write a program to print count of empty strings in java 8?
What are exceptions
Why main method is called first in java?