how to create thread in java?
Answer Posted / vijay tandel
Thread can be created by
1. Extending Thread Class
2. implementing Runnable interface
The second approach is better as if you want to use multiple
inheritance, interface is better option.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are functions in oop?
How do you define social class?
write a program that takes input in digits and display the result in words from 1 to 1000
What does no cap mean?
What are the important components of cohesion?
Templates mean
What is oops with example?
What is the diamond problem in inheritance?
write a C++ program for booking using constructor and destructor.
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?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What are the advantages of polymorphism?
What is coupling in oops?
Why polymorphism is used in oops?