how to create thread in java?
Answer Posted / poorna chandar rao
thread is created in two ways
one is extends Thread class
and another way is implements runnable interface
in thees two ways implements runnable interface is better
option because it supports multilevle thread cocept
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you define a class in oop?
Why is encapsulation used?
What are properties in oop?
How do you answer polymorphism?
Why do we need oop?
is there any choice in opting subjects like 4 out of 7
What is oops concept with example?
How does polymorphism work?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
State what is encapsulation and friend function?
Why multiple inheritance is not allowed?
What does and I oop mean?
what are the ways in which a constructors can be called?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Can an interface inherit a class?