What is constructor and virtual function? Can we call a virtual function in a constructor?
No Answer is Posted For this Question
Be the First to Post Answer
How to set the permissions to a file in java?
Why Java is not pure Object Oriented language?
Write a function to print Fibonacci series and Tribonacci series?
How does list work in java?
a thread is runnable, how does that work? : Java thread
What is meant by nested loop?
Where can I find data structures question and answers with comprehensive working code written in Java
What is meant by serialisation and deserialisation?
Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose
3 Answers Oracle, Surya Software,
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
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 the public class modifier?