why java does not contain pointers?
Answer Posted / sdn
i agree with first and tenth answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does jenkins do?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is a loop java?
How much ram can a 64 bit processor theoretically?
Can you achieve runtime polymorphism by data members?
What is meant by javabeans?
What is rule of accessibility in java?
Explain the difference between an object-oriented programming language and object-based programming language?
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
Can we override constructors in java?
What is the multi-catch block in java?
Can you make a constructor final in Java?
What is __ init __ functions?
How we can run a jar file through command prompt in java?
Can an interface be defined inside a class?