Installing
Title
Question
<span style="font-family: Arial, Helvetica, sans-serif; font-size: small;">the videos posted here are operating on Ubuntu OS are there videos for Windows OS?</span>
Java First-Java-Program 00-01 min 0-10 sec
Answers:
We do have an installation sheet, which guides you to install on Windows OS.
https://spoken-tutorial.org/media/videos/10/Java-Installation-Sheet-English.pdf
class Hello
{
public static void main(String args[ ])
{
system.out.println(" Java file name and class name should be same");
}
}
Login to add comment