File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes convenience class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "convenience class" Watch "convenience class" New topic
Author

convenience class

aven kimball
Greenhorn

Joined: Jun 23, 2005
Posts: 15
if someone says convenience class what does it mean.
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

It is a class used for convenience, i.e. it simplifies some other more complex task.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24054
    
  13

Hi,

Welcome to JavaRanch!

A "convenience method" or "convenience class" generally means a class that doesn't do anything itself, but provides simplified access to other classes or groups of classes. For example, the "random()" method in java.lang.Math is a convenience method that provides a simple way to use the more powerful java.util.Random class.


[Jess in Action][AskingGoodQuestions]
aven kimball
Greenhorn

Joined: Jun 23, 2005
Posts: 15
Thnaks for the nice explanation
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: convenience class
 
Similar Threads
Properties and HashTables
Shouldn't ObjectInputStream also be a (sublass of) FilterInputStream?
Logging - entering method
GenericServlet & ServletConfig
decompiled with eclipse