Answer Posted / kavitha deepak
James Gosling
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can you declare an interface method static?
what do you understand by synchronization? : Java thread
What is keyword in oop?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Is age discrete or continuous?
What are the types of web technologies?
Explain about sets?
What is Enum in Java?
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
State the significance of public, private, protected class?
How will you invoke any external process in java?
Why string is immutable with example?
What is string in java is it a data type?
How use .contains in java?
What is the final class modifier?