Results 1 to 2 of 2
Thread: Java Generic Plz Help
- 01-29-2011, 07:21 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 2
- Rep Power
- 0
Java Generic Plz Help
I have to write a following program....can any one suggest me how to start i am not use to with hava generics classes...
Write a generic class called Gennow that has one type parameter. It should contain contains three methods, first() and second(), and third(), that return one of the three items respectively. Include a main method in the class which creates a Gennow object with a String type. The object should be created with three strings: "abc", "def", "ghi". Use the first(), second(), and third() methods to get each string from the Gennow object and print it. cann't use array...
- 01-29-2011, 11:47 PM #2
Have you tried anything? Are you making an effort on this? If so, start writing a program, then ask specific questions (ones that CAN be answered).
Or do you just want someone to write it for you? 'Cause if that's the case, I have a perfect solution:
vWorker.com: More capable, accountable and affordable. Guaranteed.
...rent-a-coders aren't free. ;)
Similar Threads
-
Generic Array Creation - NOT ALLOWED?(java 5.0)
By rkanagasikamani in forum Advanced JavaReplies: 2Last Post: 12-15-2010, 03:45 PM -
Java Generic Container Question - please help!!!
By zhoujackji in forum New To JavaReplies: 3Last Post: 11-13-2010, 11:12 AM -
Generic Collections---Dysfuntional Java
By beezerbutt in forum New To JavaReplies: 6Last Post: 06-28-2009, 07:37 PM -
Generic methods
By andre1011 in forum Advanced JavaReplies: 7Last Post: 02-25-2009, 02:17 PM -
Generic Hashtables
By ShoeNinja in forum New To JavaReplies: 0Last Post: 12-04-2007, 10:43 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks