What is variable and example?
No Answer is Posted For this Question
Be the First to Post Answer
How do you create a method in java?
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
what is platform
what is collections in java?
Can we call thread start () twice?
Implement a stack with push (), pop() and min() in O(1) time.
perpare on factorypattern,linklist wothout using collection, (multitharding ie create producer/customer therad producer create Queue continuesly,consumer consume queue, consumer wait if queue is full,producer wait if queue is empty),diff betn sleep(1000)&wait(1000) these r the main Q ask in huawei(2008)
What is default size of arraylist in java?
How do you delete a list in java?
Is java a virus?
What happens when you assigned a 'double' value to a 'String'?
What are recursive functions?