java – Page 2 – POFTUT

Java Programming “Hello World” Application

In this tutorial we will look introduction to Java programming language and write our first Java application. Hello World applications are very popular in different programming languages. Generally the first code run by the most of the beginners will be the Hello World example. Hello World What is the meaning of Hello World . Our first application is … Read more

Php Tutorial

[rps-include post=6522] Php is a programming language mainly developed for web programming. Php language is created by Rasmus Lerdorf in 1994. Php have different version those have create in history. Most recent version of Php is 7.0 but the 5.X series Php is most popular version. Features Php gets it features from different languages like … Read more

How To Check Java Version

Java is a very popular programming language between the open source communities. Java is used for a lot of opensource projects. To run java applications it Java Run time Environment or Java Development Kit should be installed. We can check specific version java like below. “Java Command Not Found” Error Oh, there is a problem. the … Read more

How To Access MySQL Database From Java Applications?

Java is popular programming language generally used commercial and enterprise applications. MySql is popular database too which is used big service providers like Google, Facebook etc. Most of the applications generally uses data and needs to store this data in a relational database. MySQL is generally the first choice if we do not want to … Read more