what ide u r using and wat version, how wil u build the
project etc ?
Answer Posted / ershad md sk
I m Using Eclipse Build Tool & i m In JRE(Java Runtime
Enviroment) 6.0 Version ...Be CareFul He May Ask The Diff B/
W JDK & JRE.....JRE Is Runtime Time EnvironMent 1)JRE
includes every thing that is part of java when it is
running the program (Methods ,Syntax) But JDK is not like
that....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is static keyword in java?
Explain how to force the garbage collection in java.
What is difference between public static and void?
Can we clone singleton object?
What is the default size of set in java?
What is the difference between scrollbar and scrollpane?
Can static methods access instance variables in java?
Can we compare two strings in java?
What all access modifiers are allowed for top class ?
How many bytes is a url?
What about main thread 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
When object is created and destroyed?
What do you mean by chromounits in java8?
What is bytecode verifier?