General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ForrestKnight
comments
Comments by "" (@adambickford8720) on "Learn Java in 15 Minutes (seriously)" video.
@fknight I'd be careful there, as its not that clear these days: Function<String, String> myUpper = s -> s.toUpperCase(); This is indeed a function that is not bound to an object and can be passed around as a value. Yes, that `Function` is an object, but in practice it's used like a function in other languages thanks to java SAM support.
4
Then explain why other languages died, but not java. 'Cuz companies' is universal
4