Posted by wishmaster Aug - 25 - 2013
PDF version: scjp T-4 P { margin-bottom: 0.08in; }A:link { } Conditional operator: x= (expression) ? 1:2; This means that,
..read more
Posted by wishmaster Aug - 18 - 2013
PDF version: scjp T-3 Types of Integer: Decimal (Base 10): int x = 10;(no prefix) Hexadecimal (Base 16): int x
..read more
Posted by wishmaster Aug - 11 - 2013
PDF version: scjp T-2 T-2. Object orientation. File class: name of public class(only one) Develop code that implements tight encapsulation,
..read more
Posted by wishmaster Aug - 11 - 2013
PDF Version: scjp T-1 Variable identifiers – Can start with: Currency letter, connecting characters(Underscore “_”), but NOT with numbers. Note:
..read more
Posted by wishmaster Aug - 10 - 2013
Here will be a guide/notes I used to pass the certification oracle certified java programmer… The books I have
..read more