Null String vs Empty String in Java

preview_player
Показать описание
This tutorial explains the difference between NULL and empty string.
Рекомендации по теме
Комментарии
Автор

Really Nice Explanation Thank you! Keep upload more videos.

rajendrachowdary
Автор

In my compiler value coming true
String a =null;
System.out.println("check a Object ::"+ a instanceof Object);

KeshavSharma-ftdz