JShell – Java 9 interpreter (REPL) – Getting Started
What is REPL Many languages include tools (sometimes called REPL) for statements interpretation. Using these tools you can test code snippets quickly without creating full project. For example python. Creating …
Read MoreHow to create a simple Java project with Maven
In this article we will learn how to create a simple java project with Maven. We also review project structure and the commands for building the project.
Read MoreConnect to MySQL database with JDBC
In this article, we’ll look at connecting the Mysql database, executing queries, and getting / processing the result.
Read More