Hi,
I've got a Java object with me.
I'm able to find the name of the class of which it is an instance, the attributes of that object etc., using the reflect package.
But how is it that I find the actual name of that object.
Regards,
Rajan
Hi,
I've got a Java object with me.
I'm able to find the name of the class of which it is an instance, the attributes of that object etc., using the reflect package.
But how is it that I find the actual name of that object.
Regards,
Rajan
When I tried to execute a program of mine, a popup window with the message "java.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created" is shown.
Can anyone guide me about what it means. Also where can I find the...
Is there any difference between
import java.util.*;
and
import java.util.Vector;
import java.util.Properties;
I need only these two classes.
Does importing all the classes cause any overhead.
Actually what happens while importing a class or package.
Can anyone explain in detail or provide some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.