View Single Post
  #3 (permalink)  
Old 01-19-2008, 12:14 AM
java_fun2007 java_fun2007 is offline
Member
 
Join Date: Nov 2007
Posts: 35
java_fun2007 is on a distinguished road
Thank you Tim for making this clear to me!

so, to get the title of a DVD I write like this?

Code:
if (media instanceof DVD) System.out.println(media.getTitle());
Reply With Quote