aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Base type vs parameter type 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 » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Base type vs parameter type" Watch "Base type vs parameter type" New topic
Author

Base type vs parameter type

Leonardo Crespo
Ranch Hand

Joined: Jul 03, 2005
Posts: 31
I'm a bit confused by those names, can anyone point to me what is the "Base Type" and the "Parameter Type" in the following code? Also, a definition for those terms would be very nice...

LinkedList<Float> floatList = new LinkedList<Float>( );

Tks

Leonardo.


Leonardo Crespo
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Base type vs parameter type
 
Similar Threads
Generics refresher
This code is right or wrong ?
Generics doubt
Context in Virtual Hosts
Doubt in K&B SCJP 5: topic Generics