Answer Posted / janet
Array is a set of related data type and static where as
vector is a growable array of objects and dynamic.
| Is This Answer Correct ? | 70 Yes | 14 No |
Post New Answer View All Answers
What is early binding and late binding in java?
What are the advantages and disadvantages of reference counting in garbage collection?
What is defined as false sharing in the context of multithreading?
What does math floor () do?
Why destructor is not used 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 a qms manual?
What is a finally block?
How do you find the independent variable?
How does arraylist work in java?
What is the final field modifier?
What is the largest long allowed by java?
Can set contain duplicates?
What is thread synchronization in java?
What is java argument list?