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
How to convert string to byte array and vice versa?
What is difference overloading and overriding?
How to add menushortcut to menu item?
How do you do absolute value in java?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Can we override private method in java?
What steps are taken when the OS shifts from one-thread execution to another?
How do you check if a number is a perfect square?
What is super keyword explain with example?
What do u mean by variable?
What is data type in java?
How big is a pointer?
Which collection allows duplicate values in java?
What are the 3 types of loops in java?
What is rule of accessibility in java?