May 3rd, 2008 by admin
Java Tutorial
http://java.sun.com/docs/books/tutorial/java/index.html
Learning the Java Language
Object oriented Programming
Language basics
Classes and Objects
Interfaces and inheritance
Numbers and Strings
Generics
Packages
JAVA multithreading tutorial
http://www.deitel.com/articles/java_tutorials/20051126/JavaMultithreading_Tutorial_Part1.html
This four-part tutorial introduces multithreading in Java 5.0. You’ll learn about the new thread-state model and the priority-based thread scheduler.
Category: Java
April 12th, 2008 by admin
What is Struts (and What it is not)?
Struts is a framework that implements a Model-View- Controller (MVC) framework. The main purpose of an MVC framework is to separate presentation code and business logic code.
It is also very important to recognize what Struts is not -
Category: Java
April 10th, 2008 by admin
Java books
The resources for java on the net are unlimited. But if you are looking at owning some java books and trying to decide Which java book(s) to own, here are some recommendations.
As a software professional for 9 years, with almost 6 years on Java, these are some of the java books I have spent […]
Category: Java
April 10th, 2008 by admin
Java certification - Sun Certified Java Programmer (SCJP)
If you are planning for giving the test for the Sun Certified Programmer (SCJP 1.6)for the Java Platform, and
do not know where to start preparing from, for SCJP 1.6
Or
are flooded with too much information and at a loss to make a right choice -
Here is a set of […]
Category: Java