filmov
tv
Execute COMMENTS in #Java | Unicode

Показать описание
Executing Comments: Many developers think comments are never executed in a program and are only used for understanding code easier. But, in fact, they are executed. #shorts
Comments are executed because of the Unicode character “\u000d”. Java compiler parses this Unicode character as a new line because Java allows using Unicode characters without encoding.
Java Program Example:
public class Main {
public static void main(String[] args)
{
}
}
Timestamps:
0:00 - Intro
0:17 - Explanation
Comments are executed because of the Unicode character “\u000d”. Java compiler parses this Unicode character as a new line because Java allows using Unicode characters without encoding.
Java Program Example:
public class Main {
public static void main(String[] args)
{
}
}
Timestamps:
0:00 - Intro
0:17 - Explanation
Comments in Java #3
Tricky Java Interview Question: Can We Execute Comments in Java? || Unicode carriage return
What is PUBLIC STATIC VOID MAIN ( STRING[] Args ) in JAVA | Most Asked interview Question
Java Comments - Introduction, Best Practices and How to use the 3 Types of Comments in Java
How Java Program Works, Compiler, Interpreter | Java Tutorial
Creating, Compiling, & Executing a Java Program
How to Run Java Programs With Command Prompt (cmd) and Notepad in Windows
Java for the Haters in 100 Seconds
Day 5 - Core Java- Explain Decision Making(Conditional Statement)
comments in java | types of comments in java
P23 - Comments in Java | Core Java | Java Programming |
Why is executing Java code in comments with certain Unicode characters allowed?
how to compile and run java program in eclipse
Java Tutorial For Beginners - Java Main Method + Java Comments
Create Your Own Annotation #java #shorts
JAVA - Debug your Code step by step with Eclipse
Comments | Java | Tutorial 24
Array of Method References #java #shorts #coding #airhacks
JAVA || How to generate Javadoc in eclipse
Java Program for Employee using Class and Object
How To Fix Error Occurred During Initialization of Boot Layer Java Eclipse
Using Notepad++ to Compile and Run Java Programs
Java if statements 🚧【6 minutes】
Execute Java Method from JavaScript Function
Комментарии