what is the use of thread?Justify it by project point of view
Answer Posted / meena
Thread is a part of single program.
When user want to execute a large program in very less time
then user can destribute that program into number of users
using multithreading.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Is a method a function?
What is the difference between preemptive scheduling and time slicing?
How do you declare an array that will hold more than 64KB of data?
How do you declare an array in java?
Is namespace same as package in java?
What is the difference between static class and normal class?
Can we make the abstract methods static in java?
Is string is a class in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is the static method?
What is the super void?
What are the classes of java?
What is polymorphism java example?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What type of variable is gender?