不可接触 发表于 2025-3-26 22:13:46

Java Servlets,loaded via the Class.forName() method. We also saw how this is exploited for applets. When an applet class is found embedded in an HTML document, its corresponding .class files are retrieved from the Web server and loaded into a typical Java-enabled host browser.

拱墙 发表于 2025-3-27 01:59:52

Object Serialization and Remote Method Invocation,a. However, databases are not typically used to store objects, particularly Java objects. On the other hand, flat files alone do not cope well with object structure. What is required is some means to preserve the state of a Java object so that it may be easily stored and subsequently restored to its original state.

抗体 发表于 2025-3-27 08:20:49

Introduction,Object-oriented programming has been in practice for many years now. While the fundamental object-oriented concepts were first introduced via the class construct in the Simula programming language in the 1960s, the programming technique was only accepted with the advent of Smalltalk-80 more than a decade later.

招待 发表于 2025-3-27 09:59:21

Implementation in Java,In Chapter 3, we demonstrated how object-oriented concepts can be implemented via notations in the Java programming language. For validation purposes, these concepts allow objects in our system to be operational. We now proceed to see how they are practically applied to example problems as typical programs.

消耗 发表于 2025-3-27 15:11:33

http://reply.papertrans.cn/71/7002/700188/700188_35.png

Pander 发表于 2025-3-27 19:12:33

Modularity,We have so far discussed the basic facilities for creating objects through Java class definitions and code reuse by inheriting properties of similar but more general classes. In this chapter, we look at the important issue of modularity and the related mechanisms available in Java.

emulsify 发表于 2025-3-28 01:42:02

http://reply.papertrans.cn/71/7002/700188/700188_37.png

Arroyo 发表于 2025-3-28 02:58:44

Input and Output Operations,We have covered all the basic mechanisms of Java, but not much has been said about input and output operations such as reading from and writing to files. In fact, the Java programming language excludes any description of performing such operations. Instead, this critical functionality is implemented by standard libraries.

enchant 发表于 2025-3-28 09:27:51

http://reply.papertrans.cn/71/7002/700188/700188_39.png

Foolproof 发表于 2025-3-28 13:52:08

A Quick Tour of Java,this chapter, we see how the Java programming language is used to construct our object model of the problem domain. This approach is advantageous in that it allows our model to operate or “come alive” under computer control.
页: 1 2 3 [4] 5 6 7
查看完整版本: Titlebook: Object-Oriented Programming and Java; Danny Poo,Derek Kiong,Swarnalatha Ashok Textbook 2008Latest edition Springer-Verlag London 2008 Acti