Welcome to JavaDigest.net

On JavaDigest.net you can find information and resources about the programming language Java.

What is Java?

Java is a object orientated programming language developed and owned by Sun Microsystems, that was bought by Oracle in January 2010. The Java Virtual Machine lets you write code that you can run on Windows, Linux, Mac and a lot of other architectures. Java is one of the most popular programming languages at the moment. One of the cornerstones of Java is the excessive use of object orientation. Java is not Javascript! Javascript is a script language that is heavily used in modern websites to create interactive applications.

Java Integrated Development Environment

You can write Java in every text/notepad program you want, but if you want to have special features, you shouldt use a Java IDE (Integrated Development Environment), that helps you with your work. There are a lot of IDE out there. It's like choosing a car. You have to test drive and then choose what you like. I'm using Eclipse and Netbeans, but you should test before you choose one. Just google "java ide".

Where can i download Java?

You need the runtime for your platform. You can get it on the java.com website.

Java Hello World

The first you normally build with a new programming language is the hello world program, that only outputs "hello world".

public class helloworld {
	public static void main(String[] args) {
		System.out.println("hello world");
	}
}

The source files must be named after the public class they contain and you have to add a .java behind it (helloworld.java). After you compiled it, you get a helloworld.class file, that can be executed. If you have classes that are not public, you can put them into .java files.

Java Website Example: Expired Domains

I personally like Java very much and if you combine it with a web development language like php, you can create very nice websites. One of my current projects is a Expired Domains Search Engine. I use Java for the hard stuff like parsing Pending Delete Drop Lists and Checking if the Domain is still free to register, but for the frontend i use a simple PHP Framework. Finding Expired Domains is not that difficult and with the use of Java it is even easier. Just check it out if you like.

Google Blog Search: Java

Building Java EE Applications in JavaFX 2.0 (The Java Source)

Source: Google Blog Search Java / Date: 2012-02-04 / Author: Janice J. Heiss

In a new tech article up on otn/java, adapted from a series of innovative blog postings, Downstream's Senior Java Architect Daniel Zwolenski develops ways to build Java EE apps in JavaFX 2.0 -- from Spring to controller ... » read more

Java Champion Dick Wall on Genetics, the Java Posse, and ...

Source: Google Blog Search Java / Date: 2012-02-02 / Author: Janice J. Heiss

In Part One of a two-part interview, titled ?Java Champion Dick Wall on Genetics, the Java Posse, and Alternative Languages (Part One),? Java Champion and Java Posse member Dick Wall explores the potential of genetic ... » read more

package in java - Java | DaniWeb

Source: Google Blog Search Java / Date: 2012-02-04 / Author: mallikaalokam

Java @ DaniWeb - package class import java.io.*; import java.lang.*; import java.util.*; package Yo. » read more

Java Applet ? Discount codes and vouchers Java Mobile ...

Source: Google Blog Search Java / Date: 2012-02-04 / Author: unknown

Every time many of us purchase a mobile, one of the first things we often do will be find which often Java Applet Games as well as Applications have been included in the telephone. There is a certain level of pleasure in ... » read more

Java EE getting social with DaliCore (The Aquarium)

Source: Google Blog Search Java / Date: 2012-01-31 / Author: alexismp

As with any Java.net project, you can start playing with the source code, engage on mailing lists, file bugs, but also get further details in this short presentation. Good luck to Johan and team on this project! Category: Web.Next ... » read more