Answer Posted / sandeep
casting is technique by which we can solve widening problems
casting is two type
1. implicit type casting
2. explicit type casting
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is io stream in java?
What is the maximum size of hashmap in java?
How many types of voids are there?
Is node a data type in java?
Can we increase array size dynamically in java?
What does system out println () do?
What is substring 1 in java?
What is the default value of local and global variables?
What is the exact difference in between unicast and multicast object? Where we will use?
Is simpledateformat safe to use in the multithreaded program?
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
How many types of the indexof method are there for strings?
Explain a few methods of overloading best practices in java?
Where and how can you use a private constructor?
Which is better stringbuilder or stringbuffer?