Home » Technical Questions » Operating Systems

What are java threads?

Correct Answer: Java is one of the small number of languages that support at the language level for the creation and management of threads However, because threads are managed by the java virtual machine (JVM), not by a user-level library or kernel, it is difficult to classify Java threads as either user- or kernel-level

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion