I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
No Answer is Posted For this Question
Be the First to Post Answer
Is integer immutable in java?
Discuss 2D arrays.
Where is stringbuffer stored?
What is substring in java?
What is Yield() method when we r using this ? tell exactly
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 udp in java?
What is the concept of multithreading?
What is the final keyword?
Can we call a non-static method from inside a static method?
What is thread count in java?
What is a loop java?