205
Points
Questions
39
Answers
32
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 325 views
- 0 answers
- 0 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 310 views
- 2 answers
- 0 votes
-
Is it possible to set oracle.net.encryption_client property purely in JDBC connection URL? I can see that the property can be …
- 378 views
- 1 answers
- 0 votes
-
i want to change the value of a pseudo element with a random emoji. what i tried doesn’t work. can …
- 364 views
- 0 answers
- 0 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 370 views
- 0 answers
- 0 votes
-
I am using Spring and Postgres, and am trying to do an INSERT. The table approvalsubmission has a sequence called …
- 413 views
- 1 answers
- 0 votes
-
I’m new at coding. And I’m doing an exercise, where I create a random ADN this n length (the one …
- 0 views
- 5 answers
- 0 votes
-
const removeFromArray = function(firstArray,…toRemove) { let modifiedArray = […firstArray]; for (i = 0; i < firstArray.length; i++) { if (modifiedArray.includes(toRemove[i])) …
- 413 views
- 1 answers
- 0 votes
-
I have the below piece of code. I need to convert into java 8. I tried my luck , but …
- 348 views
- 1 answers
- 0 votes