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).
Explain how to convert any java object into byte array.
What is the nested interface?
Define jre i.e. Java runtime environment?
Explain notifyall() method of object class ?
When will you define a method as static?
Is java based on c?
Explain abstract class in java?
Is empty list java?
What is mean by encoding?
What is null mean in java?
What are the basic interfaces of java collections framework?
What is static block?
What is comparable and comparator interface? List their differences
What is dot operator?