java basics

Learn Java in 14 Minutes (seriously)
Full Java Course: https://course.alexlorenlee.com/courses/learn-java-fastBest keyboard for programming: https://amzn.to/3njs8wBI recommend installing Codota ...
https://www.youtube.com/watch?v=RRubcjpTkks
Learn Java in 25 minutes | Java Tutorial for Beginners
Code in Java with me! Learn how to create variables, conditionals, loops, functions and more in this Java programming tutorial. Want to learn more Java? Sign...
https://www.youtube.com/watch?v=RLi1rOgTRbA
Creating your first Java application with IntelliJ IDEA (2020)
In this tutorial, you will learn how to create, run, and package a simple Java application that prints Hello, World! to the system output. Along the way, you...
https://www.youtube.com/watch?v=H_XxH66lm3U
Java - Generics
It would be nice if we could write a single sort method that could sort the elements in an Integer array, a String array, or an array of any type that supports ordering. Java Generic methods and generic classes enable programmers to specify, with a single method declaration, a set of related methods, or with a single class declaration, a set of related types, respectively.
https://www.tutorialspoint.com/java/java_generics.htm
Java - Collections Framework
Prior to Java 2, Java provided ad hoc classes such as Dictionary, Vector, Stack, and Properties to store and manipulate groups of objects. Although these classes were quite useful, they lacked a central, unifying theme. Thus, the way that you used Vector was different from the way that you used Properties.
https://www.tutorialspoint.com/java/java_collections.htm
Java - Regular Expressions
Java provides the java.util.regex package for pattern matching with regular expressions. Java regular expressions are very similar to the Perl programming language and very easy to learn. A regular expression is a special sequence of characters that helps you match or find other strings or sets of strings, using a specialized syntax held in a pattern.
https://www.tutorialspoint.com/java/java_regular_expressions.htm
how to run a command at terminal from java program?
As others said, you may run your external program without xterm. However, if you want to run it in a terminal window, e.g. to let the user interact with it, xterm allows you to specify the program to run as parameter.
https://stackoverflow.com/questions/15356405/how-to-run-a-command-at-terminal-from-java-program
IntelliJ IDEA | Full Course | 2020
Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity.Together, the powerful static code analysis and ergonomic design ma...
https://www.youtube.com/watch?v=yefmcX57Eyg