C
C
carabia2017-10-15 18:32:44
Java
carabia, 2017-10-15 18:32:44

Are Applets and Java Web Start part of Java Core?

1. Are applets and JWS Java Core?
2. Are they still used in commercial development, and do they require knowledge of these technologies, for example, for Junior?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bedward70, 2017-10-15
@carabia

1. Formally Applets and JWS are J2SE, thus can be attributed to Java Core.
2. In practice, it is practically not used due to the inconvenience that needs to be addressed with security:
a) applets must be signed with a registered certificate and, as far as I know, it is necessary to update the certificate every six months. If you sign not registered, you have to put down a bunch of permissions in browsers.
b) JWS - the client must trust you to run something downloaded over the network.
So, if junior does not know this, it's okay.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question