Xavier Figueroa

Greenhorn
+ Follow
since Apr 13, 2012
Xavier likes ...
Netbeans IDE Spring Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Xavier Figueroa

Welcome Edward Finegan and Robert Liguori, congratulations for this Excellent book
Thank you so much for your answer, I really needed this clarification and thanks for your Welcome
11 years ago
You need something like:


or use an enhanced for loop
11 years ago
Given this code:


if i run this code i get

Why I need to cast (String)a.voice() if the method called is a Dog Class member and has a String return type?
if i put the cast, y get

bark

11 years ago