Answer Posted / gopim
thread is a light weight process
it is a program path of excution
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does method mean?
What is linked hashset and its features?
What is meant by tab pans?
What are unchecked exceptions in java?
What do you understand by access specifiers in Java?
How do you remove spaces in java?
Can we access instance variables within static methods ?
Which is better list or arraylist in java?
Can you explain the cs option of java interpreter?
How does split work in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What are access specifiers in java ?
What is unicode in java?
What is the difference between Error, defect,fault, failure and mistake?
Why array is used in java?