Can we extend immutable class?
No Answer is Posted For this Question
Be the First to Post Answer
How many bits is a float?
How to sort an array from smallest to largest java?
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).
Is void a type?
Is it possible to use string in the switch case?
Can you override static method in java?
Is math class static in java?
What is number data type?
How many inner classes can a class have?
How to sort the elements in HashMap
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
explain Anonynous inner class?