Tuesday, June 20, 2023

How to type and execute java code in computer?

1.We first need downlod and insatall java to the your computer.

2.Java run to be need enviornment variable that need to be set on our computer.

3.After that we can write java code with a text editor or IDE

No comments:

Post a Comment

Write down First Java Program?

Any beginner programmer will first code is "Hello world!" lest type it in notepad or any text editor, class main{ public static vo...