DOC PREVIEW
MIT 6 033 - Enforced Modularity

This preview shows page 1 out of 3 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

L4: Enforced ModularityMIT OpenCourseWarehttp://ocw.mit.edu 6.033 Computer System Engineering Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.L4: Enforced ModularityRobert Morris6.033 Computer System Engineeringpublic interface BidInterface extends Remote {public String bid(String) throws RemoteException;}public static void main (String[] argv) {try {BidInterface srvr = (BidInterface)Naming.lookup("//xxx.ebay.com/Bid");winning = srvr.bid("123");System.out.println(winning);} catch (Exception e) {System.out.println ("BidClient exception: " +


View Full Document

MIT 6 033 - Enforced Modularity

Documents in this Course
TRIPLET

TRIPLET

12 pages

End Layer

End Layer

11 pages

Quiz 1

Quiz 1

4 pages

Threads

Threads

18 pages

Quiz I

Quiz I

15 pages

Atomicity

Atomicity

10 pages

QUIZ I

QUIZ I

7 pages

Load more
Download Enforced Modularity
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Enforced Modularity and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Enforced Modularity 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?