Answer Posted / manoj
String is object which can store multiple variable
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Explain treeset?
Is a boolean variable?
Is integer immutable in java?
How do you sort in java?
What is blank final variable?
What mechanism does java use for memory management?
What are the five major types of reference sources?
Difference between final and effectively final ?
What is ordered map in java?
What is the use of list in java?
Why are generics used?
What is the difference between Java and C++?
Explain throw keyword in java?
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 difference between stream and buffer?