how can we load a file of a user in the database table?

Answer Posted / jyotsna

By using database connectivity.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

589


Explain the different types of memory used by jvm?

614


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!

1369


What are the different class loaders used by jvm?

604


What you mean by COM and DCOM?

619






How to pass parameters in RMI?

1693


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

590


Is infobus easy to use?

600


What is difference between object state and behavior?

585


which type of objects reference will be given to client?

2034


How to determine SGA site?

1912


Explain what is synchronization?

577


Can we sent objects using Sockets?

653


What is a modular application? What does module-relative mean?

546


What method is invoked to cause an object to begin executing as a separate thread?

572