public class StringExample { public static void main(String[] args) { String blogName = "howtodoinjava.dfcom"; blogName.startsWith(null); } }