When can we say that threads are not lightweight process in java?
Answer / Shivam Shukla
Threads in Java become heavyweight processes when they have a large stack size, hold onto many synchronized objects, or contain many local variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is null a keyword in java?
Is string serializable in java?
What is anagram in java?
What is pangram in java?
Which one will take more memory: an int or integer?
How do you relate a Interface to a Class? Tell me in Detail?
Can we override private method in java?
is there any function in java to make the text to blink?
What do you mean by platform independence of Java?
How do you define a parameter?
Can we sort arraylist in java?
What is bufferedreader in java?