Answer Posted / ravikiran
front end is html or UI elements
back end is the database or persistent storage
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
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 is java used for on a computer?
What is the latest version of java?
How to overcome the exception object reference not set to an instance of object?
What is the association?
what is meant by Garbage collection?
What is listnode in java?
Which package has light weight components in java programming?
Can You Have Virtual Functions In Java?
Is class is a data type?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Give me some null interfaces in java?
Name some classes present in java.util.regex package.
Explain about anonymous inner classes in java?
Explain how can you debug the Java code?