Can u write constructor in abstract.If yes den when it will
be invoked.
Answer Posted / murli
yes..it will be invoked when the child class extending the abstract class is instantiated
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Difference between a process and a program?
What does the exclamation mark mean in java?
What is the purpose of main function in java?
Can an interface be final?
How java is similar to c?
What will happen when using pass by reference in java?
What is string buffer?
What’s the difference between callable and runnable?
What is thread life cycle?
What’s the difference between applets and standalone program?
Why is stringbuffer not immutable?
placement papaers of spring computing technology
What are the different types of garbage collectors in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
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