what is difference between colection and collections?
Answer Posted / abhi
As above answers have some mistake.....
collection is a interface and collections is a utility classes
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
Explain an intermediate language?
How to use string tokenizer class.
How are destructors defined in java?
Can list be null in java?
What is return used for in java?
What are the two ways of implementing multi-threading in java?
Explain the differences between static and dynamic variables?
What is the purpose of javac exe?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
Can you instantiate the math class in Java?
What is the difference between synchronized and synchronized block?
Which are the two subclasses under exception class?
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 do you mean by an interface in java?
what is a working thread? : Java thread