Quantcast
Channel: User Federico klez Culloca - Stack Overflow
Browsing all 494 articles
Browse latest View live
↧

Comment by Federico klez Culloca on Issues with the JRE when attempting to...

@assembler that's a download link, not an external explanation on how to do something. "Link-only answer" doesn't apply here.

View Article


Comment by Federico klez Culloca on The import java.util.Stack conflicts with...

Put yoursels in the compiler's shoes: is Stack<String> your otn Stack or java.util.Stack? Give a different name to your class.

View Article


Comment by Federico klez Culloca on java: No enum constant...

It's a compiler error, not an exception. And a weird one at that, considering that SEALEDis still there in java 21.

View Article

Comment by Federico klez Culloca on Does Java application requires admin...

Surely some library that requires admin access exists, but why do you need such list? Instead evaluate the specific libraries you choose to use for your project.

View Article

Comment by Federico klez Culloca on Java Array list undefined? I declared it...

Which ones are lines 8 and 14?

View Article


Comment by Federico klez Culloca on Java: not-case-sensitive map key where...

In light of @AndyTurner's comment I removed my suggestion to implement a comparator.

View Article

Comment by Federico klez Culloca on Can we integrate any prompt engineering...

1) ChatGPT is "licensed" too; 2) What does it mean to integrate ChatGPT with Spring Boot?

View Article

Comment by Federico klez Culloca on Is there a Java Library for the Klarna...

Then just use the http api. Asking for libraries here is off-topic anyway.

View Article


Comment by Federico klez Culloca on Gradle - Groovy vs Gradle - Kotlin vs...

The first two are gradle using groovy or kotlin syntax respectively for configuration. The other is, well, maven.

View Article


Comment by Federico klez Culloca on Why does my attempt to print the index of...

Because after the loop i is one more than numVals and you're reading past the values you put into the array. Just for fun, make numVals exactly 20 (or make double[] myVals = new double[numVals] after...

View Article

Comment by Federico klez Culloca on Case-insensitive map key where key is Pair

In light of @AndyTurner's comment I removed my suggestion to implement a comparator.

View Article

Answer by Federico klez Culloca for How to turn a optional of an string array...

Looks to me like a simple map operation with String.join().Optional<String[]> given = Optional.ofNullable(new String[]{"a", "b"});var joinedString = given.map(s -> String.join("",...

View Article

Comment by Federico klez Culloca on I want to learn English, so do you have...

Is it still april 1st somewhere around the globe?

View Article


Comment by Federico klez Culloca on Problem when reading a CSV file using Java

Well, there is a change. The second version doesn't have that trailing ;

View Article

Comment by Federico klez Culloca on VS code Build failed even without any errors

See this

View Article


Comment by Federico klez Culloca on Weird ticks on the bar of JSlider itself

Looks to me like a bug with whatever swing implementation or graphic driver you're using. You should open a bug with the vendor.

View Article

Comment by Federico klez Culloca on Draw a triforce using Java

Hello and welcome. Your question is a bit too vague. Please read How do I ask and answer homework questions?

View Article


Comment by Federico klez Culloca on I am getting an error in my spring boot...

"I tried everything from my side" Have you tried this? Or this? How can we know we're not telling you stuff you already tried? Please [edit] your question and include your actual attempts. Otherwise...

View Article

Comment by Federico klez Culloca on How check and switch login by multiple...

@treumiton what does that method return?

View Article

Comment by Federico klez Culloca on Can we create the object of abstract...

Depends on what you want to do. But chances are you're looking for Animal a = new Cat();

View Article
Browsing all 494 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>