Can we extend a class with private constructor?
No Answer is Posted For this Question
Be the First to Post Answer
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Is arraylist ordered in java?
Can you sort a list in java?
Is boolean a wrapper class in java?
Name the method that is used to set a TextComponent to the read-only state?
What class allows you to read objects directly from a stream?
Can we use synchronized block for primitives?
Can singleton class be cloned?
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).
How do you reverse a word in java?
What is quick sort in java?
What is anonymous class?