Showing posts from January, 2009

Primitive Data Types

Primitive Data Types The Java programming language is strongly-typed, which means that all variables must first be declared before they can be used. This involves stating the variable's type and name, as you've already seen: int gear = 1; Doin…

MVC in JAVA

Model-View-Controller  MVC Brief Description Several problems can arise when applications contain a mixture of data access code, business logic code, and presentation code. Such applications are difficult to maintain, because interdependencies between…

progrmining principals.

next lesson chapter 2. java contents. very importent. uper case and lower case diffrent. very sensitive.

start programing principals.

introduction of programmings.  talked about java. refinign. http://www.roseindia.net/java/

Load More
That is All