i have a wsdl file hosted on a site (which i can't share), and i want to invoke a soap request through apache-camel framework. I created a maven project, and us
I have a Room entity as so: @Entity(tableName = "user") public class User { @PrimaryKey @ColumnInfo(name = "id") private int id; @ColumnInfo(n
I'm looking to use a String[] of logs detailing users who have connected to a website to print out in descending order the amount of times each user has connect
I have a problem, I have a question entity and an option entity, the relationship is one to many. but when I want to add the options in the question, it shows m
I'm presently trying to understand a particular algorithm at the CodingBat platform. Here's the problem presented by CodingBat: *Suppose the string "yak" is unl
I have been trying to send a byte[] array across my client / server application using Sockets, DataInputStream and DataOutputStream, but on the server side, the
I'm trying to get the Elements of a webpage in a webview. These are actually values of an odometer. I'm using sketchware. I've tried getting the class values wi
We are using Hibernate in our Spring Boot application. Whenever we can, we use @javax.annotation.Nonnull and @javax.annotation.Nullable annotations to help us a
I am using android.speech.tts.TextToSpeech and would like to have an UtteranceProgressListener that does not override the deprecated onError but rather uses the
I am developing a Quarkus service-based application for which I am adding open API based annotations such as @ExampleObject. For this, I would like to add the r
Suppose I have four variables x, y, z, w. I want to print: "hello all non zero values" only if all x, y, z, w are non-negative and non-zero values. If all the
tldr: I downgraded to JDK 17 (17.0.2) and now it works... I was watching a beginners Java tutorial by Kody Simpson on YT (youtube.com/watch?v=t9LP9Nt9Nco), and
I have a button showing text START when I click on it I shows me current time in textview.(I consider this time as start time). Than convert the text on Button
I am new to Android studio. I am trying to connect to brother label printer QL-820NMB with the new Android APK (SDK 31) with android version 12 and the device
I just started learning java and I'm having a problem in increasing an array's size with a new length provided by the user. If the user's input is greater than
Good day. Is there a call in a Java that can use a KID from a JWT header that will find the correct private key in the key-store? I know how to do it, using the
This error can happen at anytime but the error message is not showing where it happens during runtime, Error message TCPServerhandler with the closing part TCPS
I'm trying to delete some files on a windows machine using apache commons-io's FileUtils.deleteDirectory method (The version of the commons library is 2.4). Sai
How to get confirm the exceptions types in jsp. I have printed Exception using ex.printStackTrace(response.getWriter()) method, but it is not professional way t
I wrote a method that returns a rotated StringBuilder with a given key. However, although it is working fine, it's adding white spaces within the StringBuilder.