English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-10-04 08:14:28 · 2 answers · asked by Nalli 1 in Computers & Internet Programming & Design

2 answers

In computer programming, a utility class is a class that defines a set of methods that perform common, often re-used functions. Most utility classes define these common methods under static scope.
Examples of utility classes include java.util.Collections which provides several utility methods (such as sorting) on objects that implement a Collection (java.util.collection ).

2006-10-04 08:54:26 · answer #1 · answered by pundit 1 · 1 0

??? MORE DETAILS!!

2006-10-04 08:27:45 · answer #2 · answered by justme 7 · 0 0

fedest.com, questions and answers