Null vars or When A var is Uglier #java #shorts #coding #airhacks

preview_player
Показать описание
Using vars with null variables

Java used in this short: openjdk version "21" 2023-09-19 LTS

#airhacks
Рекомендации по теме
Комментарии
Автор

Casting the right side object has more uses, including allowing the invocation of a subclass method.

MarkJaeger
Автор

Why is it ugly? You can also cast null to a certain type in order to call a specific overloaded method.

IgorYegorkin
Автор

I come from js, doesn’t type casting null to string change it to ‘null’ removing all the checks we can benefit from it using conditions in if conditions?

kishorsharmashutihar