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
Define array. Tell me about 2-D array.
What are methods and how are they defined?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is the full meaning of java?
List the three steps for creating an object for a class?
What’s the difference between unit, integration and functional testing?
Can we use string in the switch case?
What are the different types of methodologies?
What is an iterator interface in java programming?
What is * argv?
what is encapsulation in java? Explain
What is the reflection?
What is a bufferedreader?
What does arrays sort do in java?
What is the map interface in java programming?