+91-85006-22255
What will be the output of the following program?
public class TechnicalQuestion{ public static void main(String[]args)throws Exception { String str = NULL; System.out.println(str != NULL ? "Hai this string is not empty" : str); } }
Topic: Java String
Read this topic Take test on this topic
Open In App