← prev | next →
S Panda 2022-08-08 19:46:38
If on same implementation i am getting two different answers for 2 different node then what should be the reason for this ??
jatinderaujla 2022-08-08 19:50:40
Hi anyone using docker desktop?
jatinderaujla 2022-08-08 19:50:51
Windows platform
Developer 2022-08-08 21:27:00
Hello All..!!
Can any know how to do web automation (web scraping) using Java?
If there are any specific libraries to achieve this functionality please mention..
Aswathi 2022-08-09 02:12:10
Developer 2022-08-08 21:27:00
Hello All..!!
Can any know how to do web automation (web scraping) using Java?
If there are any specific libraries to achieve this functionality please mention..
Jsoup
Bahtera69 2022-08-09 05:49:17
hello everyone, im trying to consume internal api from my office and getting error like this in spring boot, unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Bahtera69 2022-08-09 05:49:32
what should i do?
Spark 2022-08-09 06:11:17
Bahtera69 2022-08-09 05:49:17
hello everyone, im trying to consume internal api from my office and getting error like this in spring boot, unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
In my case i updated the jdk version and certificate issue was solved
Developer 2022-08-09 06:22:14
Aswathi 2022-08-09 02:12:10
Jsoup
Tq 👍
Aishuu 2022-08-09 06:27:18
Aishuu 2022-08-09 06:27:57
How to make contains , endwith and startwith as case insensitive
smartcoder69 2022-08-09 06:29:30
Aishuu 2022-08-09 06:27:18
convert to either upper or lower case and check it below example aString.toUpperCase().startsWith(“SOMETHING”);
aString.toUpperCase().endsWith(“SOMETHING”);
Bahtera69 2022-08-09 06:38:32
Spark 2022-08-09 06:11:17
In my case i updated the jdk version and certificate issue was solved
have you tried import the ssl certificate? because api using https
Spark 2022-08-09 06:40:55
Bahtera69 2022-08-09 06:38:32
have you tried import the ssl certificate? because api using https
Yah I tried to add that in jvm location.. But no luck
Bahtera69 2022-08-09 06:42:24
oke i’ll try it, thank you bro
Bahtera69 2022-08-09 06:42:47
Spark 2022-08-09 06:40:55
Yah I tried to add that in jvm location.. But no luck
btw which jdk version?
Edsger_Dijkstra 2022-08-09 07:41:49
Hi, can anyone tell me how I can benchmark my spring boot application on Linux for CPU %, disk space, memory, etc., thanks.
Aishuu 2022-08-09 07:48:33
Anyone who knows about string methods plz dm
Debiprasad Dash 2022-08-09 07:49:00
Aishuu 2022-08-09 07:48:33
Anyone who knows about string methods plz dm
Search in Google u will get all methods
Krishna G 2022-08-09 07:51:38
Aishuu please dont ask question which u can find in google.
Sebastian Polania 2022-08-09 07:58:28
Hi, I need help, please, should I implement forward proxy and control the amount of requests per source ip? any tips? thanks
Ha 2022-08-09 10:12:40
Hii all.
Can I format the invalid date..
Suppose if date is (33/08/2022 dd/mm/yyyy )
Can I format to 2022-08-33 YYYY-MM-DD??
Curly 2022-08-09 10:15:18
Ha 2022-08-09 10:12:40
Hii all.
Can I format the invalid date..
Suppose if date is (33/08/2022 dd/mm/yyyy )
Can I format to 2022-08-33 YYYY-MM-DD??
yyyy-MM-dd format
Ha 2022-08-09 10:15:47
Curly 2022-08-09 10:15:18
yyyy-MM-dd format
Yeah can I do this??
Curly 2022-08-09 10:16:19
Yes
Ha 2022-08-09 10:19:16
Curly 2022-08-09 10:16:19
Yes
Yes I tried.. if I try will valid date it changes the format
If I try with invalid date it just displays ‘invalid date’..
I want to show the invalid date ie 2022-08-33 like this..
Curly 2022-08-09 10:20:40
Are you using any database??
Ha 2022-08-09 10:20:50
Curly 2022-08-09 10:20:40
Are you using any database??
No .
Vs 2022-08-09 11:26:53

I didn’t written any exam but got this, what is this mail
ssvc21 2022-08-09 11:45:52
Happy National day
← prev | next →