how to create thread in java?
Answer Posted / mask
Thread can be created by tow way
1.interface
2.runnable interface
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is methods in oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What are the two different types of polymorphism?
Can enum be null?
What is for loop and its syntax?
Explain virtual inheritance?
Can an interface inherit a class?
What is the example of polymorphism?
What is encapsulation in simple terms?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How do you use inheritance in unity?
what is different between oops and c++
What are the 3 pillars of oop?
What is object in oops?
What is interface in oop?