aspose file tools
The moose likes Beginning Java and the fly likes just saw an example of class<t>{..........}  ,what does t refer over here and how to create a constr 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 "just saw an example of class<t>{..........}  ,what does t refer over here and how to create a constr" Watch "just saw an example of class<t>{..........}  ,what does t refer over here and how to create a constr" New topic
Author

just saw an example of class<t>{..........} ,what does t refer over here and how to create a constr

Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 973

just saw an example of class<t>{..........} ,what does t refer over here and how to create a constructor


http://www.lifesbizzare.blogspot.com || OCJP:81%
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2927
    
  15

You subject and Body of the post are similar

Please read about Generics. The sample class declaration is Generics in action.


Mohamed Sanaulla | My Blog
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32689
    
    4
mohamed sanaullah wrote: . . . Please read about Generics. . . .
Try here, for a start.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: just saw an example of class<t>{..........} ,what does t refer over here and how to create a constr
 
Similar Threads
need help understanding relative path and absolute path
super class, class
Please let me know how to create a class dynamically using reflection. No rush.
.class files with a $ sign - Eclipse
how to create a balloon in swing pacakge?