SCJP Practice

The blog contains the material to prepare SCJP Exam. Refer to the several SCJP Practice books, the contents are assembled by the complexity.

Friday, October 24, 2008

Polymorphism

›
Any Java object that can pass more than one IS-A test can be considered polymorphic. Other than objects of type Object, all Java objects are...

Object-Oriented Design

›
IS-A and HAS-A relationships and encapsulation are just the tip of the iceberg when it comes to object-oriented design. The reason for the ...
Thursday, October 23, 2008

Static Variables and Methods (Objective 1.4)

›
They are not tied to any particular instance of a class. No classes instances are needed in order to use static members of the class. There ...

Array Declarations (Objective 1.3)

›
Arrays can hold primitives or objects, but the array itself is always an object. When you declare an array, the brackets can be to the left ...

Variable Declarations (Objective 1.3)

›
Instance variables can Have any access control Be marked final or transient Instance variables can't be abstract, synchronized, native, ...
›
Home
View web version

About Me

away yout
I'm a java developer (J2EE, J2SE, J2ME). I like coding, blogging, traveling, listening music, watching movie, reading and cooking... :D
View my complete profile
Powered by Blogger.