JDBC : Related to connection object(to oracle) .
the same connection object.Now in
my project I will be writing similar beans which will be called by JSPs,to
finally be integrated to form an internet based application.
Now if many users are using this will it cause any problem since different
users logging on may cause calling of different
functions ,and the same connection object may be shared.Or is it a system
which will take care through multithreading.
Or something like "pooling" of connections will have to be done

