wahts is mean by thread?

Answer Posted / ravi

thread is the process of executng the program

Is This Answer Correct ?    52 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program in java to establish a connection between client and server?

500


What is not object oriented programming?

501


When should we create our own custom exception classes?

577


What is a nonetype?

559


What is a protected class in java?

530






How do you declare a string variable?

508


Why should I use abstract class?

560


Where are register variables stored?

586


How do you check if a character in a string is a digit or letter?

501


What is class variable java?

578


Difference between final and effectively final ? Why is effectively final even required ?

545


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

1404


What interface is extended by awt event listeners?

587


How do you sort arrays in java?

517


What is lifetime variable?

519