DEV Community

Saravanan Kr
Saravanan Kr

Posted on

23rd Dec 2024 Training

Top comments (1)

Collapse
 
saravanan_kr_f97b417bc2d6 profile image
Saravanan Kr • Edited

Linux Installations :

  1. Do you want to take mirror ? – right side bottom corner

2. Goto View ( in update Manager ) – update Linux Kernels – click on that – continue

Goto start - Open text editor -

edit preference - display line number ( Click)

Notepad ++ - download

public class First
{
public static void main(String[] args)
{
System.out.println("Welcome To Java");

}

}

Compiler - Converts Source Code to MAchine code

What is Sudo ?
What is JDK?
What is apt ?
What happens behind the screen after we type javac;
default - jdk
javac