Anyone having good idea about jacoco and sonar for doing code coverage and code Quality?
Hello anyone have idea regarding ibm mq?
any mongo developer here?
Hello guys how can I write a logic to avoid duplicate in user input phone number ?
how to start this project?
Can gou show me here please ?
Hi All… has anyone given coding game test for CA Bank Singapore recently ?
Needs input if anyone has attended… plz ?
exchange() does not encode ‘ ‘?
Ping your issue here
Take tamp as variable
I started docker, but I never worked with Kotlin
https://github.com/vdsirotkin/dickfind2bot
I installed sdk, kotlinc, java, spring, but I didn’t understand how to compile all this into 1 file
kotlinc Dickfind2botApplication.kt -d hello.jar gives what is in the picture

boolean current = false;
for (int i = 0; i < dogs.size(); i ) {
System.out.println(“Dog name: “);
String dogName = scan.nextLine().toLowerCase();
if (dogName.equals(dogs.get(i).getName())) {
auction.add(new auction(dogName));
System.out.printf(dogName ” has been put up for auction in auction #%d”, i);
System.out.println();
current = true;
}//code below does not work
if (auction.contains(dogName)) {
System.out.println(“Error: this dog is already up for auction.”);
}
}
if (current == false) {
System.out.println(“Error: no such dog in the register”);
}
Needs input if anyone has attended… plz ??
for (int i = 0; i < dogs.size(); i ) {
System.out.println(“Dog name: “);
String dogName = scan.nextLine().toLowerCase();
if (dogName.equals(dogs.get(i).getName())) {
auction.add(new auction(dogName));
System.out.printf(dogName ” has been put up for auction in auction #%d”, i);
System.out.println();
current = true;
}//code below does not work
if (auction.contains(dogName)) {
System.out.println(“Error: this dog is already up for auction.”);
}
}
if (current == false) {
System.out.println(“Error: no such dog in the register”);
}
What about to do thüs for 8 digits phone number
Can gou show me here please ?🌸 🙏🏻
private String mobileNo;
private String mobileNo;
And it should not create the same number again
private List<Integer> numbers;
I think + i used
https://stackoverflow.com/questions/51676060/resttemplate-exchange-does-not-encode
The RestTemplate.exchange() will encode all the invalid characters in URL but not as is a valid URL character. But how to pass a in any URL’s query parameter?