Tag Archives: Java

How to allocate more memory to java

Jul 27, 2012

Running Java applications in computers takes some memory during the process which is known as Java memory (Java heap). Frequently, it is necessary to increase..

Read more

How to run your first java program

Jul 26, 2012

This document supposes you have some kind of Java software development environment installed on your system such as Oracle Java, OpenJDK or IBM Java. If..

Read more

How to install java on ubuntu server

Jul 17, 2012

Installing Java on other sharings of Linux can be difficult. But with Linux Ubuntu, it is usually simple as long as you have connection to..

Read more

How to Install Java

Jun 30, 2012

The web is full of Java-based programs. This article will show you how to install Java Runtime Environment (JRE) so your computer will be able..

Read more

How to Install Java on Linux

Jun 27, 2012

Java allows you run cross-platform applications that can run on Mac OS-X, Linux, and Windows (among other OSs) without modification. Here’s how to install it..

Read more

How to Insert Data in Oracle Table

Jun 15, 2012

In this tutorial we will see how to insert data into oracle table using java program/application. Basics: All configuration must me done to connect java..

Read more