About 50 results
Open links in new tab
  1. How do you read the code? : r/java - Reddit

    Jan 8, 2021 · I could just follow the Java code, so why bother understanding the finer details about mortgages for example? Well turns out, it is much much easier to understand an abstraction (which …

  2. VS Code for Java: good or bad? : r/java - Reddit

    I love VS Code, but I would not recommend it for Java unless you just need a basic text editor. Just use IntelliJ or Eclipse (the latter gets way more hate than it deserves).

  3. is minecraft coded in Java or Lua? : r/feedthebeast - Reddit

    The subreddit for all things related to Modded Minecraft for Minecraft Java Edition --- This subreddit was originally created for discussion around the FTB launcher and its modpacks but has since grown to …

  4. Is Minecraft's code bad optimized, or is it just java that sucks?

    May 8, 2022 · Java just kind of sucks for realtime games due to the garbage collector. The nature of Minecraft is that it's constantly allocating new objects, and at some point stale objects need to be …

  5. Java install did not complete Error code 1618 : r/techsupport - Reddit

    Sep 1, 2015 · Hello I got a notification from Java to update to the latest version so I got the Offline 64-bit offline installer and tried to install it but it…

  6. r/java on Reddit: I’m working with a team where everyone thinks VS …

    Mar 14, 2023 · Just a clarifying question from a java newbie: Is the VS Code editor itself using Eclipse behind the scenes , or is a “Java rigged” Vs Code using eclipse behind the scenes, meaning is the …

  7. Example Of A Java Program From A Working Developer? : r/learnjava

    Sep 27, 2021 · Example Of A Java Program From A Working Developer? I am working to solidify my foundation in programming with java currently and am very interested in studying what a …

  8. Why can't I type/copy/alt code the § symbol in java minecraft ... - Reddit

    Jan 25, 2021 · This is probably the stupidest thing I've ever needed help with, but I've read you can format sign text to different colours using § codes but I cannot for the life of me figure out how to put …

  9. Best Java programming software? My teacher told me to use ... - Reddit

    He told us to use notepad++ but right after he said that its not the best program to write Java. I'm just wondering what the best free and paid program. This is my first class in programming and I just want …

  10. Code visualization tool inside your IDE : r/java - Reddit

    Feb 9, 2022 · 167 votes, 29 comments. Hey, me and my teammates hacked a tool for visualizing Java code as a graph inside your IDE (currently IntelliJ or VSCode )…