-1

There are some utility classes which can be useful in day to day development.

I know couple of such utility classes as below.

  1. Word Utils
  2. StringUtils

Both of these are basically from Apache commons library. Are there any other libraries or any such utility classes?

ajm
  • 12,863
  • 58
  • 163
  • 234
  • Why down vote?The reason I asked such question is that there are times when u need some small utility and sometimes you don't know if it already exist. Like may be you are using the commons library but you don't know if it has WordUtils. So one ends up searching for this on google or write one himself. Hence the questions :-( – ajm Oct 14 '11 at 08:07
  • A little broad! Just it seems that ppl could answer this question forever without conclusion. All the commons stuff could potentially be useful, bvut so could almost any open source library depending on what you are trying to do. – Mark D Oct 14 '11 at 08:09

1 Answers1

0

I think FileUtils & NumberUtils useful.Hope helps.

刘伟科
  • 432
  • 3
  • 12