Google


   


You are here: CodeIdol.com > Java > Programmer's Guide to Java Certification > Basics Of Java Programming

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

Programmer's Guide to Java Certification



Supplementary Objectives Introduce the basic terminology and concepts in object-oriented programming: classes, objects, references, fields, methods, members, inheritance, aggregation.Identify the essential elements of a Java application.Learn...



Before embarking on the road to Java programmer certification, it is important to understand the basic terminology and concepts in object-oriented programming (OOP). In this...

read more: Introduction


One of the fundamental ways in which we handle complexity is abstractions. An abstraction denotes the essential properties and behaviors of an object that differentiate...

read more: Classes


Class Instantiation The process of creating objects from a class is called instantiation. An object is an instance of a class. The object is constructed using...

read more: Objects


Each object created will have its own copies of the fields defined in its class. The fields of an object are called instance variables. The...

read more: Instance Members


In some cases, certain members should only belong to the class, and not be part of any object created from the class. An example of...

read more: Static Members


There are two fundamental mechanisms for building new classes from existing ones: inheritance and aggregation. It makes sense to inherit from an existing class Vehicle...

read more: Inheritance


When building new classes from existing classes using aggregation, a composite object is built from other constituent objects that are its parts. Java supports aggregation of...

read more: Aggregation


Code in Java must be encapsulated in classes.There are two kinds of values in Java: object references and atomic values of primitive types.References denote objects...

read more: Tenets of Java


Review Questions 1.1 Which statement is true about a method? Select the one correct answer. A method is an implementation of an abstraction.A method is an attribute defining the...

read more: Download


A Java program is a collection of one or more classes, with one of them containing the program's execution starting point. A Java source file...

read more: Java Programs


An application is what is normally called a program: source code that is compiled and directly executed. In order to create an application in Java,...



Review Questions 1.8 What command in the Java 2 SDK should be used to compile the following code contained in a file called SmallProg.java? public class SmallProg {...

read more: Download


Chapter Summary The following topics were discussed in this chapter: basic concepts in OOP, and how they are supported in Javaessential elements of a Java applicationcompiling and...

read more:


1.1 Modify the program from Example to use the PrintableCharStack class, rather than the CharStack class. Utilize the printStackElements() method from the PrintableCharStack class. Is the...


SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

You are here: CodeIdol.com > Java > Programmer's Guide to Java Certification > Basics Of Java Programming


ADBRITE ads links
   
Related tags







Popular Categories
Unix books and guides

AJAX popular information
C# language guides
Windows books and cookbooks

.......








Business Key Top Sites

be number one
rate your site




    С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.

    Русский Polski Francais Deutsch
    support sitemap terms

© CodeIdol Labs, 2007 - 2009