Raja Sekhar

Greenhorn
+ Follow
since Jul 11, 2003
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 Raja Sekhar

HI friends can any one tell me that
Think so that I have one class like this.
Class myclass ()
{
int I =10;
public mymethod()
{
system.out.println(�called�);
}
}

Here some client r calling and using this class. For each and every client call it will creates one instance now just I want one thing that how can I get count for that instance for myclass.
20 years ago
HI friends can any one tell me that
Think so that I have one class like this.
Class myclass ()
{
int I =10;
public mymethod()
{
system.out.println(�called�);
}
}

Here some client r calling and using this class. For each and every client call it will creates one instance now just I want one thing that how can I get count for that instance for myclass.
20 years ago