Documentation

The Java™ Tutorials
Hide TOC
Questions and Exercises问题和练习
Trail: Deployment
Lesson: Deployment In-Depth

Questions and Exercises: Deployment In-Depth问题和练习:深入部署

Questions问题

  1. What script contains functions to deploy applets and Java Web Start applications?什么脚本包含部署小程序和Java Web Start应用程序的函数?
  2. True or False: You should always sign your RIA just to be sure it will always work.正确或错误:你应该始终在RIA上签名,以确保它始终有效。

Exercises练习

  1. Write the JavaScript code to deploy the Exercise applet using the ex.jnlp file.编写JavaScript代码,使用ex.jnlp文件部署Exercise小程序。

Check your answers.检查你的答案。


Previous page: Ensuring the Presence of the JRE Software
Next page: Deploying Self-Contained Applications