Hi , can any one explain me this code
public class Howcome {
public static void main(String[] args) {
System.out.println(“Bank of America”);
https://www.bankofamerica.com
System.out.println(“Online Banking”);
}
even though https:// BofA lyin as orphan string in between this codes compiles and executes fine..???