What is string substring?
No Answer is Posted For this Question
Be the First to Post Answer
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 entry set in java?
What is immutable class in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
Give us a program to check for parenthesis matching using stack.
How would you dynamically allocate memory to an array?
Can we declare an array without size in java?
What is entry in java?
What is the difference between assignment and initialization?
when to use abstract class and when to use interface?
16 Answers Exterro, iGate, IonIdea,
Why does java have two ways to create child threads?
What is early binding and late binding in java?