Could someone tell me how can I start first step of java coding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Could someone tell me how can I start first step of java coding

18th Oct 2021, 7:35 AM
Be fact- Abhishek Kumar
10 Answers
+ 2
Why did you tag html if you want to learn Java? First step is make Hello World Program.
18th Oct 2021, 7:41 AM
A͢J
A͢J - avatar
+ 2
Coding Cat Yes he made first java program.
18th Oct 2021, 8:04 AM
A͢J
A͢J - avatar
+ 1
Hello world program
18th Oct 2021, 7:46 AM
Be fact- Abhishek Kumar
+ 1
Now what next step
18th Oct 2021, 8:05 AM
Be fact- Abhishek Kumar
+ 1
Be fact- Abhishek Kumar Now I will give you user input and you have to try to get user input. Here: "User input"
18th Oct 2021, 8:15 AM
Coding Cat
Coding Cat - avatar
+ 1
Be fact- Abhishek Kumar I told you write a Java program of Hello World not to write here. You still didn't start to learn Java. Java and JavaScript both are different languages.
18th Oct 2021, 8:43 AM
A͢J
A͢J - avatar
0
Ok bro
18th Oct 2021, 7:46 AM
Be fact- Abhishek Kumar
0
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ look, he did it. "Hello world Program" Now, what's next step? 😂😂😂
18th Oct 2021, 8:02 AM
Coding Cat
Coding Cat - avatar
0
class Welcome { public static voi main(String args[]) { System.out.println(“Hello World “); } } Execution ======= javac Welcome.java java Welcome HelloWorld This is first example Controlstructures Arrays Strings Collections Framework Object Oriented Programming Instance Methods Static Methods Contructors Inheritance Abstract classes Interfaces Polymorphism Final members Packages Subpackages Exception Handling Create new custom Exception IOStreams Files Serialization Multithreading Graphical Programming Events Frames This is a step by step learning guide for java
18th Oct 2021, 11:31 AM
sree harsha
sree harsha - avatar
0
First learn about the working of the java program how it is executed, then learnt about the classes,methods, then go with keywords, operators in java , then you can come to printing hello world and scanning the input from user etc
19th Oct 2021, 4:40 PM
Reshma