how to create thread in java?
Answer Posted / rahul madanan
There are two methods to create thread in java :
(1). By extending the Thread class.
(2). By implementing the Runnable interface.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
#include
What are main features of oop?
What is pure oop?
How do you achieve polymorphism?
What is abstraction and encapsulation?
What is encapsulation oop?
What are oops functions?
class type to basic type conversion
Why do pointers exist?
Can abstract class have normal methods?
Explain the advantages of inheritance.
what is the drawback of classical methods in oops?
Can a varargs method be overloaded?
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?