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
Mozilla Removing Support for the 'java' and 'Packages' DOM Objects ...
Source: Google Blog Search Java / Date: 2012-05-17 / Author: Josh AasWe have removed direct access to Java from the DOM in Gecko. Specifically, we have removed support for the 'java' and 'Packages' DOM objects. These are not part of any web standards and we don't believe they are good ... » read more
Android made Java-free thanks to 'XobotOS' project, but what are ...
Source: Google Blog Search Java / Date: 2012-05-15 / Author: Chris ZieglerSoftware firm Xamarin has ported the Java code inside Android (over a million lines of it) to C#, creating an entirely freestanding operating system that it calls "XobotOS." C# — which began as... » read more
Apache XML Security for Java 1.4.7 and 1.5.2 released
Source: Google Blog Search Java / Date: 2012-05-16 / Author: Colm O hEigeartaighThere are two new releases for the Apache XML Security for Java project, which are now available for download. The main feature of the 1.5.2 release is that the default canonicalization algorithm for encryption has changed ... » read more
Java drinkers live longer study | Tempo - News in a Flash
Source: Google Blog Search Java / Date: 2012-05-17 / Author: OnlineMILWAUKEE (AP) ? One of life's simple pleasures just got a little sweeter. After years of waffling research on coffee and health, even some fear that java might raise the risk of heart disease, a big study finds the opposite: ... » read more
Java Press by GSI Outdoors
Source: Google Blog Search Java / Date: 2012-05-18 / Author: PrestonI like my coffee, and I like it good. Having good coffee at the campfire is no exception. In fact, one of my favourite parts of portaging is sitting back, reflecting on the day with a nice warm coffee. » read more