Java Community | Help. Code. Learn.

JCH

Java Community | Help. Code. Learn.

We are a Community full of Java developers. You can come here to connect other devs, get help, help others and do many more things!

Join

java-help

โ“๏ธฑqotw-answers

I cannot run Springboot backend.

Springboot:2.7.18 Java:17 Gradle:7.3.3 I tried to run the backend using gradle bootRun but got this error. ...

user input

what is difference between buffered reader and Scanner and which one is better to use

Websites for practice

I just got an internship recently. I have no previous knowledge of java (I'm a python dev). The company I'm interning for said that python was more than enough, but now they're asking for java with springboot. I am learning java by watching a 12 hour long video by Bro Code and i want to go through with some exercises so i can get better. Please give me some good websites ๐Ÿ™‚

hello everyone

my name is oumaima .I am student and I am learning java .English ist not my first language, so thank you for your patience . I am excited to learn and improve my java skills with you all .

Spring Redis

Hi, I am currently using Spring Boot with Redis and I am using the Caching annotations. Do you know why the first time I hit the endpoint Spring will still make a call to my db even though the data is already in my Redis? After that it will take data from Redis....

Just gimme the answer๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ™๐Ÿ™

1) Create a class with the following methods: a) int HCF(int a, int b), which returns the highest common factor (HCF) among the two integers a and b and return it. b) void call() to input 10 integers and using the above function find the HCF among the 10 integers....

Tried to code an minecraft launcher

Hi, im new in java code, i started to code an minecraft launcher for an personnal project, but i have an error with <dependecy> </dependency>
No description

Throw and Throws

I am learning Exception Handling in Java and stuck with Throw and Throws As I am not getting when to use throw and when to use throws....

Thro and Throws

I am not understanding the throw and throws keywords well. Like when to use throw and when to use throws....

Converting from raw class type to generic wildcard type

I'm doing this (fetch data for a static registry): ```java private static <T extends BreweryKeyed> Map<BreweryKey, T> getFields(Class<T> tClass) { try { ImmutableMap.Builder<BreweryKey, T> outputBuilder = ImmutableMap.builder();...

New Member Here

I just joined here today

Origins and sinytra compatibility

H! I'm wondering if I could commission you to fix the compatibility issue between Origins for fabric 1.21.1 and Sinytra connector for neoforge 1.21.1? If so, what would the price be?v...

Springboot Migration Automation

Is there a way to generate an SQL file for all changes that happens to my entities each time i start my app such that i can copy/paste this sql file into my production and manually alter my tables after i finish working on a feature in springboot that would change some entities?

I am beginner

I am beginner and want to learn Java with group of people. How should start it. Please guide somebody

How can i use static images in spring boot for my html templates!

So ive been trying to add a logo to my html template but for some reason its not showing up? is there any one that can help me understand?...

How do I get started with spring boot, I am getting a lot of errors.

I am new to Java backend, just trying to get started with spring boot

Runtime? error

Having trouble figuring out how to get rid of these errors.
No description
Next