how to create thread in java?
Answer Posted / chiranjeevi
threads are created in two ways
1.extending threadclass
2.runnable interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are polymorphisms mutations?
How do you explain polymorphism?
What is data binding in oops?
What is encapsulation example?
What is difference between multiple inheritance and multilevel inheritance?
What do you mean by variable?
class type to basic type conversion
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is the main feature of oop?
what is the drawback of classical methods in oops?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
officer say me - i am offered to a smoking , then what can you say
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is overriding vs overloading?
Why is object oriented programming so hard?