What are the 8 primitive data types in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
Wha is the output from system.out.println(“hello”+null); ?
What advantage do java's layout managers provide over traditional windowing systems?
Why is a string immutable?
Why are the objects immutable in java?
What are the Memory Allocations available in JavaJava?
What is the difference between JDBC 1.0 and JDBC 2.0?
I need to know about complete topic in java's collections i with an examples
What is int lol?
Difference between ‘is-a’ and ‘has-a’ relationship 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 do you mean by composition in java?