AKH Coding Class @[email protected]
222 subscribers - no pronouns :c
Hello Guys, Welcome to AKH Coding Class. My name is Arun Kum
in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
Good news for Java Beginner who wants to start learning Java:
If you already know JAVA then you also know that to print a simple "Hello World" in console we need to write too many syntax like below,
-----------------------------------------------------------------------
public class MyFirstJavaClass {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
------------------------------------------------------------------------
But in Java 21, you don't need to remember all the syntax, below syntax is enough to print "Hello World",
------------------------------------------------------------------------
void main() {
System.out.println("Hello World");
}
------------------------------------------------------------------------
This feature is known as "Unnamed Classes and Instance Main Methods" and you will get details in below official link,
openjdk.org/jeps/445
0 - 0
Hello Guys, Welcome to AKH Coding Class. My name is Arun Kumar Hazra having more than 15 years of IT experience in multiple MNC with coding experience in different technologies. I am here to help you not only as a Coding Instructor, but as a Mentor to guide you proper way to write a code (like in Java, Salesforce Apex, Lightning Web Component etc.) by following best practice. I will guide you what not to do as a developer and how can you improve your coding practice in smart way.
I am here to share you the tricks - What you have to do from the 1st day of your coding journey.
Feel free to reach me at "[email protected]" for any queries.