aspose file tools
The moose likes Beginning Java and the fly likes in how many way a class can be used? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "in how many way a class can be used?" Watch "in how many way a class can be used?" New topic
Author

in how many way a class can be used?

Rauhl Roy
Ranch Hand

Joined: Aug 01, 2006
Posts: 401

please let me know in how many ways a Class can be used in java?

Like: A class can used as
1 POJO
2 Value Object
3 Business Object ..... etc
4 Bean
etc?? how many are left?
Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575

can you write a java program without a class ?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
In as many ways as people can think of. In other worden, the question as posed doesn't make much sense.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: in how many way a class can be used?
 
Similar Threads
Garbage Collector
What is the shape of the class to represent in UML
difficult to understand oops
How many object can a class have?
What is Class Object