I want to know, how sockets are implemented in the Java Virtual Machine.
- Is there a native library included?
- And if, is it a C library?
Where can I find information about this topic? The offical Java tutorial on networking does not help me there.
Some interesting links would help.
Update: Are there any official information provided by Sun?
Thanks in advance!
Edit I found a proof, I mark my answer as the correct one. Thanks to Oscar, that was the perfect hint for me!!! THANKS!
In the network guide of Java 1.4.2, an interesting piece of information is provided:
So I think it’s proofed: Java uses native libraries for sockets.