ruthie

Greenhorn
+ Follow
since Nov 27, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by ruthie

It seems the variable inherited from the interface is static and final.
when s is null. the use of s.length() will throw an nullpointerexception
I think you have mistaken static inner class with the inner class in the method scope. The latter one can only access the final variable in the method