which method is used to know the status of the Thread?
Answer Posted / suganya from tamilnadu
boolean isAlive()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is thread in Java ?
What do you understand by the term singleton?
What is the right data type to represent a price in java?
In java, what is the difference between method overloading and method overriding?
How do you test a method for an exception using junit?
How does a for loop work?
Where can I find jdk in my computer?
What is keyword auto for?
What does jenkins do?
What's the difference between int and integer 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
What is skeleton and stub? What is the purpose of those?
Why do we need data serialization?
What are methods of a class?
What one should take care of, while serializing the object?