What type of object is returned by resultset.getobject()?
Answer / Meeta Rani
The `ResultSet.getObject()` method returns a Java Object (specifically, the `java.sql.SQLData` or `java.sql.Blob`, `java.sql.Clob`, and `java.sql.Array` subclasses) that represents the value at the current row and column of the ResultSet.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I use jta transactions within an mdb? : BEA Weblogic
How can the nm be made to work with web logic?
What are the different groups under web logic security?.
How do I increase weblogic server memory?
what is LDAP?
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
what is mission in weblogic
In web logic what is the msi code?
Explain where are the files placed while deploying the resource adapter in web logic server?
What is administration server?
How to update license?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic