What is “Java Web Start”?

I'm reading about the Java Web, starting with Wiki Someone can tell me

>What is it used for? > Practical application; Make it clearer. > Do other languages, such as C / C + + # have anything similar?

Thank you, Roger

Solution

Java Web start is similar to the successor to an applet – it allows you to run Java programs from your browser (although unlike an applet, they do not run in the browser) For examples, see TopCoder arena

http://www.topcoder.com/contest/arena/ContestAppletProd.jnlp

Here, Java Network launching protocol (JNLP) is a protocol that defines how to run web start applications (similar to HTML, which tells browsers how to render pages)

Refer to the Oracle tutorial:

> Lesson: Web Start > Deploying a Java Web Start Application > Java Network Launch Protocol

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>