24/7 Pet Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. What do you guys use for linting : r/java - Reddit

    www.reddit.com/r/java/comments/huht46/what_do_you_guys_use_for_linting

    Error-prone and checkstyle can also have custom rules but they typically have to be implemented as Java classes that examine the code programatically using some internal API. This gives more flexibility in the checking and the text of the warnings, but requires more code and complicates deployment since the rules have to be compiled first.

  3. (Discussion) Which IDE is best for Java : r/java - Reddit

    www.reddit.com/r/java/comments/xztgwj/discussion_which_ide_is_best_for_java

    I have been using java for 2 years now since it is the main programming language in my college and i was coding on Eclipse IDE but i started to hate it and want to change to other options. My friends recommended these two for me. 1- IntelliJ IDEA 2- Visual Studio Code. I have looked for both of them but couldn’t decide which one is better for me.

  4. Best resources to learn Java for programmers? : r/learnjava -...

    www.reddit.com/r/learnjava/comments/tyso7a/best_resources_to_learn_java_for...

    MOOC Java Programming from the University of Helsinki. Java for Complete Beginners. accompanying site CaveOfProgramming. Derek Banas' Java Playlist. accompanying site NewThinkTank. Hyperskill is a fairly new resource from Jetbrains (the maker of IntelliJ) Also, don't forget to look at: The official Documentation.

  5. Do Java developers use VScode as their IDE? : r/javahelp - Reddit

    www.reddit.com/r/javahelp/comments/wv2f5k/do_java_developers_use_vscode_as...

    Long answer: More and more Java developers are using VS Code. Although the most used IDE is IntelliJ IDEA and by a big margin. Eclipse and Netbeans are also used but definitely not as much as IntelliJ. Reply reply. roberp81. •. nobody is using VS Code for real enterprise work. Intellij or Eclipse is what we use, more Eclipse. Reply reply.

  6. Best free Java course for pure beginners : r/learnjava - Reddit

    www.reddit.com/r/learnjava/comments/rxl61k

    MOOC Object Oriented Programming with Java from the University of Helsinki Java for Complete Beginners. accompanying site CaveOfProgramming. Derek Banas' Java Playlist. accompanying site NewThinkTank. Hyperskill is a fairly new resource from Jetbrains (the maker of IntelliJ) Also, don't forget to look at: The official Documentation

  7. Website for practicing Java? : r/learnjava - Reddit

    www.reddit.com/r/learnjava/comments/lejpcb/website_for_practicing_java

    If you're looking for an in-depth, comprehensive, high quality, free Java course, use the MOOC Object Oriented Programming with Java from the University of Helsinki and maybe Java for Complete Beginners by John Purcell as secondary resource. I am a bot and this message was triggered by you mentioning thenewboston. Please do not respond to this ...

  8. Exit Code 1: Potential Fix : r/CurseForge - Reddit

    www.reddit.com/r/CurseForge/comments/v9i3en/exit_code_1_potential_fix/?rdt=46801

    I reinstalled the latest version of Java. I made sure the RAM allotted to the modpack was exactly what was recommended, not the minimum needed. For me, that was 5gb. I did not manually change the default java runtime. I kept it using the bundled one. I made sure my java args were valid in the Minecraft launcher in the installation settings.

  9. How do I learn java properly as a beginner? : r/learnjava -...

    www.reddit.com/r/learnjava/comments/18coe57/how_do_i_learn_java_properly_as_a...

    Pick an IDE, and just start coding. As a beginner, don't get caught up in trying to write the most efficient code possible. Just write code and try to get something working. As for feedback, you will have to learn how to give yourself feedback. One way to do it is to first implement a desired goal, then research kook up your goal and see if ...

  10. Should I use Visual Studio Code or Eclipse for Java coding

    www.reddit.com/.../comments/s8bf3d/should_i_use_visual_studio_code_or_eclipse_for

    I'm using Eclipse for my Java programs and can say that it works very well. Generally, you should use what your course uses. This will make submitting, troubleshooting, etc. easier. Eclipse is one of the big three Java IDEs and is used professionally around the world. The leading Java IDE at the moment is IntelliJ.

  11. Where is the best place to learn java seriously? : r/learnjava -...

    www.reddit.com/r/learnjava/comments/br8cie/where_is_the_best_place_to_learn...

    Udemy is fine. There is no "best" language to learn. Java is a good place to start, as is something like python. Really, with programming, once you've learned a language you can learn a second much faster since a lot of underlying concepts don't change. 1.