What are java threads?



What are java threads?..

Answer / Ashish Kumar Kushwaha

Java threads, also known as user-level threads, are a way to execute multiple tasks concurrently within a single Java application. They allow developers to create and manage separate flows of execution within their programs, improving responsiveness and efficiency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is java object name?

1 Answers  


Can you create an object of an abstract class?

1 Answers  


Can the interface be final?

1 Answers  


There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?

5 Answers   HCL,


What is memory leak and how does java handle it?

1 Answers  


What is time complexity java?

1 Answers  


what is jdk1.5 features?

6 Answers   AMS, Virtusa,


How to initialize an Applet ?

9 Answers   TCS,


Write a function for palindrome and factorial and explain?

1 Answers   Honeywell, Huawei, Zomato,


What is immutable class in java?

1 Answers  


When is the arraystoreexception thrown?

1 Answers  


What is data and its types?

1 Answers  


Categories