python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to get the ip address of https requests made from the JVM without changing the code base
Currently I am supporting a production application which makes a rest call to an external site. This site is called with an url , let say foreignapi.com, and this host does not have a static api, it c...
Leo
Votes: 0
Answers: 1
How should I compile my java project targeting Java SE 8?
I have a Java Project (an application to play connect 4) and I want to turn it into an executable file. I created this project in VsCode, and I am using the Java Language Server (see details below). I...
Josh
Votes: 0
Answers: 2
why using native code to implement reflection in java
Recently I am reading the JDK 19(the JDK 8,11,12 the reflection code seems did not change, so any version is ok) source code about reflection. The key to get class like this in reflection.cpp C++ clas...
spark
Votes: 0
Answers: 1
Is there thread switching when moving from Default dispatcher to IO dispatcher using withContext?
According to the document of Dispatchers.IO
This dispatcher shares threads with the [Default][Dispatchers.Default] dispatcher, so using `withContext(Dispatchers.IO) { ... }` when already running on th...
Ha Pham
Votes: 0
Answers: 0