Java

How To Install Glassfish 4.0 on Ubuntu 12.04.3 — step-by-step Linux tutorial on Progressive Robot

How To Install Glassfish 4.0 on Ubuntu 12.04.3

There are many tutorials available to help you install OpenJDK and JBoss. This is one on the latest concerning Oracle Java and Glassfish. Hopefully this will make deploying easier for Java EE developers. Here’s how to install Glassfish 4.0 on Ubuntu 12.04.3.

Read more
Java Convert double to String — step-by-step Programming tutorial on Progressive Robot

Java Convert double to String

URL: https://www.progressiverobot.com/java-convert-double-to-string/ Today we will see different ways to convert double to string in java. Java double to string conversion can be done in many ways, we will go through them one by one with example code snippets. Java Convert Double to String Let's look at different code snippets for java double to string conversion. […]

Read more
How To Manually Install Oracle Java on a Debian or Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Manually Install Oracle Java on a Debian or Ubuntu VPS

Java is a programming technology originally developed by Sun Microsystems and later acquired by Oracle. Oracle Java is a proprietary implementation for Java that is free to download and use for commercial use, but not to redistribute, therefore it is not included in a officially maintained repository.

Read more
How To Install Apache Tomcat 8 on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 8 on Ubuntu 16.04

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. This tutorial covers the basic installation…

Read more
How To Use Maps in Java — step-by-step Programming tutorial on Progressive Robot

How To Use Maps in Java

URL: https://www.progressiverobot.com/how-to-use-maps-in-java/ *The author selected Free and Open Source Fund to receive a donation as part of the Write for DOnations program.* Introduction A map in Java is a group of entries, each with two linked parts – a key and a value. In essence, Map is an interface from the java.util package. To use […]

Read more
Java long to String — step-by-step Programming tutorial on Progressive Robot

Java long to String

URL: https://www.progressiverobot.com/java-long-to-string/ Today we will see different ways to convert long to string in java. Java long to string conversion can be done in many ways, we will go through them one by one with example code snippets. Java Long to String !java long to string Let's look at different code snippets for java long […]

Read more
Composition vs Inheritance — step-by-step Programming tutorial on Progressive Robot

Composition vs Inheritance

Composition vs Inheritance is one of the frequently asked interview questions. You must have also heard to use Composition over Inheritance. Composition vs Inheritance Both composition and inheritance are [object-oriented programming concepts](/community/tutorials/oops-concepts-java-example). They are not tied up with any specific programming language such as Java. Before we compare composition over inheritance programmatically, let's have a […]

Read more
CHAT