what is a thread?
Answers were Sorted based on User's Feedback
Answer / narayana swamy
thread is an object oriented representation of flow of
process(i.e part of process)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shiva
In java environment we have to introduce the multipart
program that executes simultaniously depending on the
priority called threads
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the two parts of a conditional statement?
What is an eror in java?
Where are the card layouts used?
How the elements are organized in GridBagLayout?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
Can we execute a program without main() method?
What is parameter tag and what is its use?
how you will prevent inheritance is there any other way other than inheritance?
How is Object Oriented Programming different from Procedure Oriented Programming?
Sample code to retrieve objects from HashMap in sorted ascending order?
How can we achieve IPC in JAVA?
What is data movement?