Goyal

Greenhorn
+ Follow
since Dec 10, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Goyal

Hi All,
I have a requirement in which I need to write the connection pool for the database in one servlet, say servlet1. Now this servlet acts as a Database connection pool for all the other servlets present in the same application. The other servlets can collect the database connection from this servlet.
My concern, is how to preload the servlet1, before the request to the other servlets is send. When the request is send to the servlet then an instance of that servlet is created in the server, but for the servlet1 no request is send by the client directly.
Regards
Goyal
21 years ago
Hi All,
Why cann't we declare a method as both static and abstract?
And why cannot we override a static method??
Thanks
Ankur
21 years ago
Hi All
Can some one please tell me the difference between introspection and reflection.
What my understanding is that "introspection" is some API built on the top of reflection API.
But when do we really use Introspection over reflection class? IS introspection only used along with java beans..
If someone can provide me the code also to distinguish the two, then it will be very helpful.
Thanks
Goyal
21 years ago
Hi All
Can some one please tell me the difference between introspection and reflection.
What my understanding is that "introspection" is some API built on the top of reflection API.
But when do we really use Introspection over reflection class? IS introspection only used along with java beans..
If someone can provide me the code also to distinguish the two, then it will be very helpful.
Thanks
Goyal
21 years ago
Hi All
Can some one please tell me the difference between introspection and reflection.
What my understanding is that "introspection" is some API built on the top of reflection API.
But when do we really use Introspection over reflection class? IS introspection only used along with java beans..
If someone can provide me the code also to distinguish the two, then it will be very helpful.
Thanks
Goyal
21 years ago