how to create thread in java?

Answer Posted / poorna chandar rao

thread is created in two ways
one is extends Thread class
and another way is implements runnable interface

in thees two ways implements runnable interface is better
option because it supports multilevle thread cocept

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not an object oriented programming language?

544


Which language is pure oop?

551


What is advantage of inheritance?

692


What are the 5 oop principles?

605


What is encapsulation in simple terms?

541






How do you use inheritance in unity?

595


What is inheritance in oop?

604


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1642


What is this pointer in oop?

557


What is the renewal class?

2171


Can an interface inherit a class?

565


What is overloading and its types?

618


Can you explain polymorphism?

583


is there any choice in opting subjects like 4 out of 7

1733


can inline function declare in private part of class?

3661