What is the difference between C++ & Java?
Answer Posted / sukumar.k.r
The main differences between c++ and Java are that "The
features that are present in C++ are not present in Java.
1) Pointers.
2) Templates.
| Is This Answer Correct ? | 345 Yes | 58 No |
Post New Answer View All Answers
What is the difference between an inner class and a sub-class?
What are three ways in which a thread can enter the waiting state in java programming?
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 an i/o filter in java programming?
What is primitive data type in java?
Where are global variables stored?
What is an iterator interface in java programming?
What is string in java?
What is a bufferedreader?
How do you define a set in java?
How to invoke external process in java.
Why wait and notify methods are declared in object class?
Explain a few methods of overloading best practices in java?
what is recursion in java
How do you implement polymorphism in our day to day life?