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
What is the infobus?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the difference between the session.update() method and the session.lock() method?
Name the class that is used to bind the server object with RMI Registry?
Is jvm a overhead?
Where can I ask questions and make suggestions about seam?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
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 a tasks priority and how is it used in scheduling?
wahts is mean by dynavalidatorform in struts/
What do you need to set-up a cluster with jboss?
how i secure my site with the https protocol.what are the steps?
What is the difference between the session.get() method and the session.load() method?
What is the relationship between local interfaces and container-managed relationships?
What are the steps to write p-to-p model application?