Answer Posted / kala
thread is a light wieght processor.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Is there is any difference between a scrollbar and a scrollpane?
If you are given the name of the function at run time how will you invoke the function?
Say any two properties in beans?
Can substring create new object?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Explain about static nested classes in java?
What is the difference between state-based unit testing and interaction-based unit testing?
Explain the difference between abstract class and interface in java?
How does arraylist work in java?
what is the difference between future and callable interface in java?
How do you implement tree mirroring in java?
What is a class variable?
How can we achieve thread safety in java?
What is JVM and is it platform independent?
Why hashmap is used in java?