chhota don

Greenhorn
+ Follow
since Mar 03, 2004
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 chhota don

Nigel, I m running from the same directory where deploy.xml.
I m using ant-1.6.1.
Thanx for reply.
19 years ago
Hi to all,
How to run an ant file whose name is not build.xml.
I have to run a file whose name is deploy.xml and has a target deploy.
I am trying this ant -buildfile deploy.xml, but it gives build.xml does not exist. Is it required to have a file with name build.xml.

Your help would be appreciated.
Thanks in advance.

Chhota don.
19 years ago
Is it possible to have multiple singleton instances if classes loaded by different classloaders access a singleton.
20 years ago
hi John,
There might be a situation where u want all your instance method to share a property(static), bcos this property is used by instance method so that we can keep it private.
Let me know your comments.
Cheeres
Chhhota Don
20 years ago
hi Jean-Francois Briere,
Thanks for your response. Your code is using linear search algorithm, i want to know about more effiecient way. I have seen one more algorithm that is java.util.Array.binarySearch(Object[], Object), I just want to confirm that, would it better if i use this logic.
20 years ago
hi to all,
Can any one tell what would be the better way (performance wise) to search a string in a String array.
Thanks in advance.
20 years ago