what is the difference between the "protected and default"
modifiers?
Answer Posted / abcd
Is it possible to mark a class as Protected?? i guess the
answer posted by Mythili is wrong.. thgh we can interpret
it using protected methods..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a pattern what is an anti pattern?
Is java map thread safe?
Are there structures in java?
What is the java virtual machine?
What is byte data type?
What do you mean by light weight and heavy weight components?
Write a program to find maximum and minimum number in array?
How to create com object in Java?
How does a for loop work?
What are JVM.JRE, J2EE, JNI?
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 the use of beaninfo?
define the terminology association.
What is an interface in java? Explain
What is string array?