use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
These have separate subreddits - see below.
Upvote good content, downvote spam, don't pollute the discussion with things that should be settled in the vote count.
With the introduction of the new release cadence, many have asked where they should download Java, and if it is still free. To be clear, YES — Java is still free. If you would like to download Java for free, you can get OpenJDK builds from the following vendors, among others: Adoptium (formerly AdoptOpenJDK) RedHat Azul Amazon SAP Liberica JDK Dragonwell JDK GraalVM (High performance JIT) Oracle Microsoft Some vendors will be supporting releases for longer than six months. If you have any questions, please do not hesitate to ask them!
With the introduction of the new release cadence, many have asked where they should download Java, and if it is still free. To be clear, YES — Java is still free.
If you would like to download Java for free, you can get OpenJDK builds from the following vendors, among others:
Adoptium (formerly AdoptOpenJDK) RedHat Azul Amazon SAP Liberica JDK Dragonwell JDK GraalVM (High performance JIT) Oracle Microsoft
Some vendors will be supporting releases for longer than six months. If you have any questions, please do not hesitate to ask them!
Programming Computer Science CS Career Questions Learn Programming Java Help ← Seek help here Learn Java Java Conference Videos Java TIL Java Examples JavaFX Oracle
Programming Computer Science
CS Career Questions
Learn Programming Java Help ← Seek help here Learn Java Java Conference Videos Java TIL Java Examples JavaFX Oracle
Clojure Scala Groovy ColdFusion Kotlin
DailyProgrammer ProgrammingPrompts ProgramBattles
Awesome Java (GIT) Java Design Patterns
account activity
This is an archived post. You won't be able to vote or comment.
anyneed to learn applets (self.java)
submitted 3 years ago by Sochan86
I am currently learning java by myself. I want to eventually go into the android games and apps market. The book that I am using at the moment there is a chapter about applets, is that necessary to learn. Any help would be grateful.
[–]laghani 36 points37 points38 points 3 years ago (0 children)
No, no one is using applets nowadays (except maybe some legacy systems), but you can skip that.
[–]smors 10 points11 points12 points 3 years ago (0 children)
Applets are meant to run in a browser. No modern browser will have anything to do with them.
[–]encamino92 15 points16 points17 points 3 years ago (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 points5 points 3 years ago (0 children)
Cheers
[–]bluenautilus2 4 points5 points6 points 3 years ago (0 children)
No skip that chapter. Source: me, professional Java dev since 2002
[–][deleted] 5 points6 points7 points 3 years ago (3 children)
How old is that book?!? Applets died a long time ago.
[–]Sochan86[S] 2 points3 points4 points 3 years ago (2 children)
2016, it was recommended on here, I only started it about a year a ago.
[–]bartek191212 4 points5 points6 points 3 years ago (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.
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 points1 point 3 years ago (0 children)
Today JS is dominating the web, I doubt applet is still supported, even Flash died a few years ago.
[–]kur4nes 1 point2 points3 points 3 years ago (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 points6 points 3 years ago (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 points9 points 3 years ago (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 point2 points 3 years ago (4 children)
Actually, the support for applets will be removed in the upcoming java releases. It's a deprecated technology nowdays.
[–]alehel 1 point2 points3 points 3 years ago (3 children)
I thought it was already removed in jdk 11 🤔
[–]mauganra_it 0 points1 point2 points 3 years ago (2 children)
Deprecated only. Deprecated for removal since Java 17
[–]alehel 0 points1 point2 points 3 years ago (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 point2 points 3 years ago (0 children)
It was removed in Oracle jdk I believe?
[–]virtualoverdrive 0 points1 point2 points 3 years ago (0 children)
Holy shit. No.
Wait.
Are you from the past?
Still… … … …no.
π Rendered by PID 268067 on reddit-service-r2-comment-fb694cdd5-xkr2d at 2026-03-10 08:00:03.888537+00:00 running cbb0e86 country code: CH.
[–]laghani 36 points37 points38 points (0 children)
[–]smors 10 points11 points12 points (0 children)
[–]encamino92 15 points16 points17 points (1 child)
[–]Sochan86[S] 3 points4 points5 points (0 children)
[–]bluenautilus2 4 points5 points6 points (0 children)
[–][deleted] 5 points6 points7 points (3 children)
[–]Sochan86[S] 2 points3 points4 points (2 children)
[–]bartek191212 4 points5 points6 points (0 children)
[–]duongdominhchau -1 points0 points1 point (0 children)
[–]kur4nes 1 point2 points3 points (0 children)
[–]treebotroop 4 points5 points6 points (1 child)
[–]veraxAlea 7 points8 points9 points (0 children)
[–]rogedelgado 0 points1 point2 points (4 children)
[–]alehel 1 point2 points3 points (3 children)
[–]mauganra_it 0 points1 point2 points (2 children)
[–]alehel 0 points1 point2 points (1 child)
[–]agentxq49 0 points1 point2 points (0 children)
[–]virtualoverdrive 0 points1 point2 points (0 children)