I have a request JSON list like this: [ { Id: 0, values: [a, b, c, d] }, { Id: 1, values: [1, 2, 3, 4] }, . . . ] How do I convert this to a lis
I have the following GUI that I'm working on. import javax.swing.*; import java.awt.*; public class gui{ public static void main(String[] args) { /
I'm running a Gradle project in Docker and when I try to hit an endpoint through Postman I receive the following error. When I run it locally through Gradle it
I want to make timestamp to convert to Date but I was expecting to input Date format ,"NOT" seconds and nano. How do change it to date format input? @GrpcSer
I am trying to send an email with attachments, My attachments are stored in the AWS, I download them and store them in HashMap<String,InputStreamSource>:
May you help us with our school project. We are trying to delete and update items in listview and firebase database. The delete works but only delete the values
I'm trying to share a .txt file to another app (gmail for example) but I have some problems. I decided to use the file provider. When I select gmail among the a
I was programming a fabric minecraft mod in intellij and when I ran the code it said : Could not find or load main class net.fabricmc.devlaunchinjector.Main Wh
I am using a Spring Boot application and I need to dynamically populate the blanks in an existing PDF using the values from the database. I have attached the im
I'm using Spring Boot with JPA and a Db2 database on an AS400 server. When I inspect the result of a SELECT statement using the debugger tool, the value stored
I am trying to call Robinhood API methods from Java. I have tinkered with Jython, and just writing the code in Python, but I would much rather write the code in
I have an app that uses the single activity and multiple fragments approach and I use the NavController for navigating. Unfortunately, when navigating to a Frag
I am trying to deploy a small springboot app on tomcat9 , the tomcat9 is on ubuntu 20 on my account in digital ocean . the problem when i am adding the spring d
I updated my android studio from Android studio fox to Android studio Bumblebee 2021.1.1 but none of my projects can run in Android studio Bumblebee 2021.1.1. I
I would like to know, if this way is recommended to implement the reader spring batch with jpa or is it better to look for another solution and if this way is n
public static void main(String[] args){ Node A = new Node("A"); Node B = new Node("B"); Node C = new Node("C");
I have created a function to show interstitial ad before showing another activity. It's working but onAdDismissedFullScreenContent is being called 2-3 sec latel
I'm kind of stuck in below error Post.class @Data @Getter @Setter @Entity @Table(name = "posts", uniqueConstraints = { @UniqueConstraint(columnNames = { "title"
I have a WebFilter that injects a context public class MyWebFilter implements WebFilter { @Override public Mono<Void> filter(ServerWebExchange exchang
An error occurs at new T[5] during compile-time saying => error: generic array creation and according to my understanding, the array is created during compil