Showing posts from January, 2009
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…
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…
next lesson chapter 2. java contents. very importent. uper case and lower case diffrent. very sensitive.
introduction of programmings. talked about java. refinign. http://www.roseindia.net/java/