Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
what can you program with java once you've learned it?
i plan on taking classes in college for programming its what i wanna do. besides making bruteforcers and keyloggers and all that, what are some things i can do with programming like what programs can i make? if u guys know, can you tell me how and link me some sites that show me how to? and NO VIDEO GAMES i dotn wanna make games just know what else i can do with java or any other particular language for that matter
ty guys!
3 Answers
- BillLv 41 decade agoFavorite Answer
Theoretically, anything.
Java is Turing complete, so any program you ever use on a computer *should* be able to be reproduced in Java. Anything from 4 function calculators to integral solvers, "Hello world" to Microsoft Word, can be written in Java.
Though in some cases using Java for a given program is impractical, but theoretically possible.
Your question, to me, is like asking "what can I bake once I know how to bake?" The answer would of course be "Anything that can be baked."
- godfatherofsoulLv 71 decade ago
There's a lot of networking server code written in Java. Android also uses Java as the language of choice. The only real restriction is what platforms the JVM has been migrated to.
Developers tend to not use Java on the client side desktop because of the overhead, but you can write client-side applications just fine.