Tuesday, August 18, 2009

Rough Network Communication Tip

OSI
port number - anything related with it
addressing - port number - layer 3
        ip address - ....
        mac addre - .....

encapculation - PDU...how it work.... why it's name like that?...etc...
windowing system....sent...wait acknoledgement....etc..
tcp/ip layer....application ---till network access....memorize how to state osi layer, tcp/ip layer, function, everything, eg describe, what is invloved?

application that recite in application layer in tcp/ip, the port number and type of protocol
a diagram --- how the process been done.....online notes...slide...process of email....how a tcp/dns/smtp work....the process and detail explanation

machanism of email...application layer protocol
hirectical addressing ....domain.....
initial process, data transmission, termination...in details
window size
protocol snf transport layer
frame ...have to know each of the field
routing table.....how to build tools

Friday, August 14, 2009

OOP tips

1) Pengenalan kepada oop (encapsulation...inheritance..theory behind object oriented)
2) constructor, pass by value frm method to method..frm class to class

structure: i) class...isi tempat kosong in d code..
how to compile java program [batch file]..cara mcm mana compile
source code java..hafal d cara (setpath....inside d lab book)
ii) this
iii) muz knw main inside the class...n main outside the class
iv) overloading...got 3 method [muz knw which statement use which method]
v) error tracing
vi) enum

programming:

soalan1 draw class diagram...and write the class code..beli barang (print receipt)
soalan2 enum
soalan3 array..[concept same..a bit different syntax]
baca 10 array, print 10 array, susun 10 array, nilai paling besar dan kecil



Credits to SCV~!

Thursday, August 13, 2009

OOP tips~

Test 1 - OOP
Date : 15th August 2009 (Saturday)
Time: 9.00am-11.00am
Venue: Section 09 is at DK8, N24

All topics up to Array (part 1) will be covered (subsequent topics starting from Array of Objects are not included). Some topics that will be included are:

* JAVA code standard naming convention
* this keyword/pointer
* constructors
* overloading methods
* static variables/methods
* enumeration
* array (memory layout)
* enhanced for loop
* garbage collection

These are only parts of it, so please read ALL of the topics covered.

For Programming Questions (write a complete program), choose 2 from 3 questions given. (some main topics include enum, array)