Answer Posted / niranjanravi
Polymorphism,Inheritance,Encapsulation,Abstraction
Is This Answer Correct ? | 43 Yes | 1 No |
Post New Answer View All Answers
Explain about the select method with an example?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Explain the difference between treeset and treemap in java?
Can a top level class be private or protected?
Can we declare a class as static?
What are strings in physics?
What is parameter example?
What is fundamental datatype?
Which is the class in java?
What are recursive functions? Give some examples?
How do constructors use this() and super()?
What happens to the Exception object after handling an exception?
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
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
How do you sing an Applet ?