What is the meaning of 3 dots in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the common uses of "this" keyword in java ?
Does a function need a return?
What is boolean flag in java?
What are features of java?
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
What is mean by UML? what is the use? where we are using?
What do you mean by aggregation?
What are virtual methods?
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).
When finally clause is executed?
Can an interface have a constructor?
What is java argument list?