Answer Posted / anjani kumar jha
JVM is plateform dependent because it is written in c,and u
can see this JVM BEHAVIOUR when u r dealing with
multithreading programming.
Thanks and Regards
Anjani Kumar Jha
9405580655
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we sort list in java?
What is the public method modifier?
How do you convert an int to a double in java?
Where pragma is used?
Explain the difference between runnable and callable interface in java?
How do you join strings in java?
What are the legal operands of the instanceof operator?
Can we force the garbage collection to run?
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 a line separator in java?
What is %02d?
What are structs in java?
Can we sort hashmap in java?
What is byte value?
Is null a value?