Alejandro Liz

Greenhorn
+ Follow
since Sep 26, 2009
Merit badge: grant badges
For More
Chile
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 Alejandro Liz

yeahhh, I'm so happy today morning I passed the exam, and I studied form the K & B book, and did sonme mock practice exams.
13 years ago
you can use a Set ... HashSet or TreeSet, it depends of your especific requeriment.
14 years ago
Congratulations ,
rigth now, I'm studying for the pscjp test. I hope I can pass the exam too
14 years ago

mvPrasad Regula wrote:How does line #3 work out for you. It should give an error as left of assignment operator is one dimensional array and the right hand side of the assignment operator is 2 dimensional array.


yes, I saw that, but a think it was a type error.
The problems with C is the declaration, because, the number 1 is out of the declaration.
The problem with D is that you are trying to assign a value in a inexistent position in the array b2.
I see that both codes do the work, but the diference with the "final" modifier is that class will can't be subclased, in that case, the final class Three will never be a parent class.