Answer Posted / geethanjali
4
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are the types of arrays in java?
What is difference between string and new string?
What is final class?
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 java coding standards for variables ?
What is main function purpose?
Define an applet in java?
What is your platform?s default character encoding and how to know this?
Give the hierarchy of inputstream and outputstream classes.
What is called module?
Is alive method in java?
What is method in java ?
Explain jvm, jre, and jdk?
What is * argv?
Explain serialization and deserialization in java?