what is use of threads how many ways to create thread
Answer Posted / poorna chandar rao.yerrabothu
thread is light whight processes its take low memory and low
proceesing time
there are two types thereds creatd
extending the thered class
implementing the runnable interface
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is jagged array in java?
Explain jdk, jre and jvm?
What are the main differences between the java platform and other platforms?
What is difference in between java class and bean?
What happens when a thrown exception is not handled?
How to sort a collection of custom Objects in Java?
Why does java have two ways to create child threads?
How an object is serialized in java?
Is Java a dying language?
How do you implement singleton class?
What is hash code collision?
Is char a data type in java?
What are the restriction imposed on a static method or a static block of code?
What is classes in java?
what state does a thread enter when it terminates its processing? : Java thread