what is the difference between static block and static
method
Answer Posted / uday
maruthi we are calling main method....
without calling how it excutes........?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class variable java?
Which class is the superclass for all the classes?
Can we use catch statement for checked exceptions?
Program to Find the second largest element in an array.
What is object class in java?
Difference between == and .equals() ?
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
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Is empty in java?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
How do you allocate memory to object?
What is keyword in oop?
What is a prefix function.write down a code to compute prefix function.
Can a variable be local and static at the same time?
What is static data type in java?