What are the legal parameters?
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 polymorphism?
Is singleton thread safe in java?
What is the blank final variable?
Is break statement can be used as labels in java?
Explain the importance of import keyword in java?
Which is faster set or list in java?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
Explain how can you debug the Java code?
What is a private class in java?
What is a parameter in java?
What does string intern() method do?