Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rajarajan
  • Content: Threads
  • Order by date
  1. rajarajan

    How to find the name of a java object

    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
  2. rajarajan

    How to find the name of an object

    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
  3. rajarajan

    Java Program Error

    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...
  4. rajarajan

    import java.util.* Vs import.util.Vector

    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...
  5. rajarajan

    What is a tablespace?

    Can anyone of you provide me with a brief explanation about a tablespace? Regards, Rajan

Part and Inventory Search

Back
Top