Mic Popolin

Greenhorn
+ Follow
since Jun 24, 2002
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 Mic Popolin

Congratulations!!


Don't you have notes or tips?

Mic Popolin
That is the most difficult test from Sun, I have no doubts about it anymore! I�ve been working with java for 5 years.
I studied Allen & Bambara's book and Cade's book, besides, I did the whizlabs and others mock's I found at Internet.
Ah... Friends from javaranch had helped me a lot either!!
Let's go ahead!! Steps 2 and 3, I'm comming!!!

Thanks all
Can I get the type of the generic using package java.lang.reflect?
Like:

class Boo<E>{
execute(){
//How can I get the Class of E ???
}
}

or

class TesteBoo(Boo<?> boo){
//What the type of '?' ???
}

Thank's
18 years ago