The http:
is a Label Statement. See here also.
The //www.google.com
portion is then interpreted as a //
comment.
Related Contents:
- What is the Java ?: operator called and what does it do?
- Is there a difference between x++ and ++x in java?
- Is there a goto statement in Java?
- Difference between >>> and >>
- Why is “extends T” allowed but not “implements T”?
- How does a for loop work, specifically for(;;)?
- Java: Syntax and meaning behind “[B@1ef9157”? Binary/Address?
- What’s the syntax to import a class in a default package in Java? [duplicate]
- What’s the difference between and
- How to escape % in String.Format?
- Best way to format multiple ‘or’ conditions in an if statement
- Is there a difference between single and double quotes in Java?
- Java for loop syntax: “for (T obj : objects)”
- WITH statement in Java
- Is it possible to make anonymous inner classes in Java static?
- Java: What does ~ mean
- Java “?” Operator for checking null – What is it? (Not Ternary!)
- What is the breakdown for Java’s lambda syntax?
- What does Class mean in Java?
- What do curly braces in Java mean by themselves?
- Java switch statement multiple cases
- In Java, can I define an integer constant in binary format?
- Curly braces in “new” expression? (e.g. “new MyClass() { … }”)
- Any Java libraries out there that validate SQL syntax? [closed]
- Why is this Java code in curly braces ({}) outside of a method?
- Java modifiers syntax and format
- Can I access new methods in anonymous inner class with some syntax?
- Labeled Statement block in Java?
- Why is declaration of the variable required inside a for-each loop in java
- Are there binary literals in Java?
- The difference between += and =+
- In Java, how do I access the outer class when I’m not in the inner class?
- What’s the difference between this and Activity.this
- Do Java arrays have a maximum size?
- Received fatal alert: handshake_failure through SSLHandshakeException
- Sockets: Discover port availability using Java
- How to delete stuff printed to console by System.out.println()?
- Invoking a static method using reflection
- Updating UI from different threads in JavaFX
- ANDROID: How to gain root access in an Android application?
- javac not working in windows command prompt
- How can I tell jackson to ignore a property for which I don’t have control over the source code?
- JDBC connection to MSSQL server in windows authentication mode
- Changing shape of single point in JFreeChart XYPLot
- How to print a table of information in Java
- How to convert getRGB(x,y) integer pixel to Color(r,g,b,a) in Java?
- JAXB Exception: Class not known to this context
- Static context cannot access non-static in Collectors
- What is difference between Implicit wait and Explicit wait in Selenium WebDriver? [duplicate]
- Java: Array Index Out of Bounds Exception