how to create thread in java?
Answer Posted / hari
It can also be created in number of ways.
1.Extended threadclass
2.Running thread
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
what is the drawback of classical methods in oops?
What is pointer in oop?
Is data hiding and abstraction same?
What is class and object with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is encapsulation process?
What is object in oop with example?
What is overloading and its types?
what is different between oops and c++
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is polymorphism and example?
write a program that takes input in digits and display the result in words from 1 to 1000
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are properties in oop?
How long to learn object oriented programming?