Saravanan Kr Posted on Dec 23 23rd Dec 2024 Training Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Saravanan Kr Saravanan Kr Saravanan Kr Follow Joined Dec 23, 2024 • Dec 23 • Edited on Dec 23 • Edited Dropdown menu Copy link Hide Linux Installations : 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 Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Linux Installations :
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