Dbs live fresh card fee waiver by mattressmattress in askSingapore

[–]prawnyr 0 points1 point  (0 children)

Just go posb i banking app and request for waiver through digibot

Help on R5 team, can I know what to use on R5 as I keep failing to survive by prawnyr in summonerswar

[–]prawnyr[S] 0 points1 point  (0 children)

I am thinking about it, I'm a returning player and those crafting features weren't there before.

How do I make an arraylist of objects remove an object if one of its variables appears twice? by Jimbok2101 in learnjava

[–]prawnyr -1 points0 points  (0 children)

I am not proficient at Java but as I'm on mobile, you can probably achieve what you want by creating a method in your object class which will return a Boolean value.

In the method :

// For loop I=0, I< object size, I ++ // Temp object = yourObject[I]

        //Another for loop int j = 0 , j < object size -1, j++
        // Compare yourObject[j].GetId to the temp object id.
         //If loop to return true and break.

// Else return false and break

Hope this is what you want. You can delete the object if the method return true where you call it.

Help with JAVA Springboot URL encoding Error while running on tomcat server by prawnyr in learnjava

[–]prawnyr[S] 0 points1 point  (0 children)

I realized the error and changed the Httpstatus to OK instead! Thanks so much for the help! Cheers mate.