Answer Posted / vikas
Thread is a part of a program that is in Execution.
It is a Light weight process.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What are the differences between heap and stack memory in java?
What does escaping a character mean?
What is an interoperable application in java ?
What is time complexity java?
What is the meaning of immutable regarding string?
What is local declaration?
If a method is declared as protected, where may the method be accessed?
Difference between static synchronization vs. Instance synchronization?
What is compareto () in java?
What is final method in java?
How do I stop concurrentmodificationexception?
What are inner classes or non static nested classes in java?
Give us a program to check for parenthesis matching using stack.
How we create object in copy constructor?