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
What is a instance variable?
What is a lock or purpose of locks in java?
Can we create a constructor in abstract class?
What is a default constraint?
What does system out println () do?
Why string is immutable or final in java
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 oop in java?
What is the use of a conditional inclusion statement in Java ?
Can we force garbage collector to run ?
If an object is garbage collected, can it become reachable again?
Which access specifier can be used with class ?
Explain about doubly linked list
What is the list interface in java programming?
What is mysql driver class name?