Answer Posted / ravikiran(aptech mumbai)
List interface provides classes and interfaces to save the
objects incliding duplicates.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to sort double array in java?
What is number data type in java?
What is immutable data?
Is void a data type?
What is parsing a string?
What is contractor means and methods?
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
Is alive and join method in java?
What is threaded programming and when is it used? : Java thread
What is a qualifier in a sentence?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Which package has light weight components?
Explain about transient variables in java?
What do you mean by platform independence of Java?
What is string substring?