waht You know about thread programming?
Answer / satishkumar vishwakarma
The thread is a small peace of code design to take maximum
utilization of cpu. when a program written using thread is
called thread programming.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the byte order of byte buffer?
Name some OOPS Concepts in Java?
program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
What is the use of arraylist class in java?
Explain about OOPS concepts and fundamentals.
What is the static variable?
Define immutable object?
What is method overloading in java ?
What are the drawbacks of reflection?
What does next mean in java?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
why java not supproting multiple inheritance?