... explicit initialization 明确的初始化操作 field initialization域初始化 inbound initialization 入站初始化 ...
2
?字段初始化
字段初始化
双语例句
1
Another solution is to move that field to a separate class, where the construction process can guarantee that the correct initialization data is supplied by the user.
If a new field is added to the bean, there are three more lines to add for initialization and synchronization in each direction between the GUI components and domain model.
如果向Bean中添加新字段,则需要添加另外三行代码进行初始化以及在GUI组件和域模型实现双向同步。
3
Consider the following code, where the intention is that the volatile field initialized is supposed to indicate that initialization has been completed.