Answer Posted / dsr
String is a class.string is immutable.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Can arraylist contain null values?
What is final keyword in java?
What is use of super keyword?
What is the range of a character variable?
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
Can singleton class be serialized?
What is a loop java?
What is meant by call by reference?
What is method overloading with type promotion?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is the purpose of a transient variable?
What are access specifiers available in java?
What is the purpose of file class?
What is the difference between equals() and == in java?
How do you use find and replace?