Similar Articles |
|
JavaWorld August 2002 |
Letters to the Editor How do you handle an invalid service on the client side? Can TRMI (Transparent Remote Method Invocation) help with serializable objects? How does JAR work with third-party libraries? JavaWorld authors answer those questions and more. |
JavaWorld September 2000 Jacob Weintraub |
Class action In this installment of Java 101, Jacob Weintraub gives details on how to create a class in Java. He discusses using access modifiers to protect your data from unwanted manipulation, implementing constructors to initialize class instances, and using method overloading when adding behavior to a class. |
JavaWorld April 2001 Bin Yang |
E++: A pattern language for J2EE applications, Part 1 E++, an Alexandrian pattern language, describes the process for creating a J2EE framework. Compared with a loose pattern collection, E++ provides rules for design patterns to work together in solving a set of related problems... |
JavaWorld July 2000 Jacob Weintraub |
Learn how to store data in objects In this second installment of Java 101, Jacob Weintraub delves into storing data in Java and the various ways you can use that data. Specifically, he examines how objects store data and how you can pass data to objects in method calls... |