Reputation:
Obviously java SE is implemented a lot native and a lot in java itself. I'm curious is java EE implemented just over java SE in java, or does it have native calls itself?
Upvotes: 1
Views: 60
Reputation: 49181
Some implementations have native libraries that boosts their performance They are usually optional but it is recommended to use them in production.
Upvotes: 2