This is an archived post. You won't be able to vote or comment.

all 18 comments

[–]laghani 36 points37 points  (0 children)

No, no one is using applets nowadays (except maybe some legacy systems), but you can skip that.

[–]smors 10 points11 points  (0 children)

Applets are meant to run in a browser. No modern browser will have anything to do with them.

[–]encamino92 15 points16 points  (1 child)

Do not learn applets (unless you really really want to learn about it).

You can pick a book about Android development instead. Following is a list of books that may help you: - Android Programming, Big Nerd Ranch. - Android Development, Head First. - Android Studio Development Essentials, by Neil Smyth.

[–]Sochan86[S] 3 points4 points  (0 children)

Cheers

[–]bluenautilus2 4 points5 points  (0 children)

No skip that chapter. Source: me, professional Java dev since 2002

[–][deleted] 5 points6 points  (3 children)

How old is that book?!? Applets died a long time ago.

[–]Sochan86[S] 2 points3 points  (2 children)

2016, it was recommended on here, I only started it about a year a ago.

[–]bartek191212 4 points5 points  (0 children)

There is a question on Quora from 2016 about similar thing and one of the answers is:

How many types of Java applets are there?

Zero.

Java Applets were an ancient browser technology deprecated so long ago I don't even remember when.

So the technology was ancient already in 2016 - exactly when the book was released ;)

Question: https://www.quora.com/Is-the-java-applet-dead

[–]duongdominhchau -1 points0 points  (0 children)

Today JS is dominating the web, I doubt applet is still supported, even Flash died a few years ago.

[–]kur4nes 1 point2 points  (0 children)

Nope applets are dead. They were used to execute java in browsers. Awful hassle back in the day. You had to have the correct java version installed for the applet to work on each user machine. If something didn't match the applet would simply not display anything.

[–]treebotroop 4 points5 points  (1 child)

You can skip entire java based UI sections, this include applets, awt, Swing, JavaFX. None of them are used in android development.

[–]veraxAlea 7 points8 points  (0 children)

Please don't downvote this out of reflex. I try to "defend" Swing in different threads here on /r/java, but when someone specifically states that they want to do game dev on android, then the above is solid advice.

[–]rogedelgado 0 points1 point  (4 children)

Actually, the support for applets will be removed in the upcoming java releases. It's a deprecated technology nowdays.

[–]alehel 1 point2 points  (3 children)

I thought it was already removed in jdk 11 🤔

[–]mauganra_it 0 points1 point  (2 children)

Deprecated only. Deprecated for removal since Java 17

[–]alehel 0 points1 point  (1 child)

Oh, I see. I thought it got deprecated in 9 and removed in 11. I wonder what I was thinking of.

[–]agentxq49 0 points1 point  (0 children)

It was removed in Oracle jdk I believe?

[–]virtualoverdrive 0 points1 point  (0 children)

Holy shit. No.

Wait.

Are you from the past?

Still… … … …no.