how can we load a file of a user in the database table?
Answer Posted / rohit
using blob(binary larg object) data type
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Which javutil classes and interfaces support event handling?
Why use a datasource when you can directly specify a connection details?
Name the eight primitive java types.
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is message driven beam?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What are the different approaches to represent an inheritance hierarchy?
What modifiers may be used with an interface declaration?
What is TL and its use?
What is scalable, portability in the view of J2EE?
Where can I find seam examples and documentation?
What is a tasks priority and how is it used in scheduling?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Do I have to use jsps with my application?
Can you control when passivation occurs?