Rajib Sarma

Ranch Hand
+ Follow
since Apr 29, 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 Rajib Sarma

Hi,
What is the difference between a normal thread and a Daemon thread? In my application, I have a thread that keeps on running for a very long time, may be for months/years. Should I make this thread a daemon thread? What may happen if I donot make it a daemon thread?
Thanks
-Rajib
Hi,
What is the minimum amount of memory a JVM needs to run? What is the meaning of total memory and free memory?
Thanks in advance.
Rajib
21 years ago
Hi,
How do we define the identities and roles in EJB.
Thanks in advance.
Rajib
Hi,
What is abstract schema name and abstract persistence schema?
Thanks in advance.
-Rajib
Hi,
We know that the init() method is invoked at the very beginning of it's life cycle. I want to ask, who provide the init() method for a servlet, if we donot write it in our code?
Thanks in advance.
-Rajib
21 years ago
You can check the site http://sourceforge.net/ .
Also do a google search.
Regards
-Rajib
21 years ago
Hi all,
What is the function of Home Object? Does it create/find/remove EJB Objects? or does it create/find/remove the bean instances? Please explain.
Thanks
-Rajib
Hi all,
In a tutorial, I found that a session bean instance can be used by only 1 client at a time, but an entity bean instance can be used by more than 1 client at a time. I think the second part of the statement is wrong as EJB is based on RMI-IIOP. Please comment on the topic.
Thanks
-Rajib
Hi all,
In EJB, what is the meaning of a Local client and a Remote client and what is their difference? Please explain.
Thanks
-Rajib
Hi Michael,
For windows. Is there any platform independent way?
Thanks
-Rajib
21 years ago
Hi,
How can I obtain the amount of free space in a drive?
-Thanks
Rajib
21 years ago
Hi,
How / where do we set the isolation levels, in EJB 2.0, for WebLogic Server ?
Thanks
-Rajib
Hi,
Why do we need to override the methods equals() and hashCode() for a primary key class?
Thanks
-Rajib
Hi,
How can I obtain the amount of free space in a drive, in Java?
Thanks
Rajib.
Hi,
Can an entity EJB instance represent data on more than 1 database table?
-Thanks
Rajib