Answer Posted / rakesh jain
there are tow method to implement an thread
1. by extending the thread class.
2. by using runnable interface.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Who developed rxjava?
What is explicit casting?
What is the difference between lambda expression and anonymous methods?
What is meant by swing in java?
What is map and flatmap?
What happens when you omit a brace or misspell one of the words, like public or
How do I install java on windows?
What is a driver in java?
What is stateless class in java?
explain how java se 8 data and time api solves issues of old java date api?
When is static variable loaded? Is it at compile time or runtime? When exactly a static block is loaded in java?
Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?
Why there are no global variables in java?
What is the content reside in Use case Document?
What is connection pooling in java?