Print your name in Java | Java Programs
Java is a general purpose computer programming language based on classes and objects. It is fast, flexible, secure as well as easy to learn. In this post we will see how you can print your name in Java. If you are reading this post, I assume that you might be a beginner in the world of Java and YES I know you want to learn it. Note: If you want to read about "What is Java?", Click this link... This is the very basic example of Java. In this post, we are going to learn about how can we print our name in Java. So, Mr.beginner don't focus on other words only focus on the line below: System.out.println(" Your Name Goes Here..."); As we are at our initial stage of Java, we will not focus on other keyword only focusing on the line i.e "System.out.println("Hello world")". Use this line and write anything inside quotation marks to print as it is. The image below shows the syntax of the program along with its desired output. ...