Is string a datatype?
No Answer is Posted For this Question
Be the First to Post Answer
Can a class have multiple subclasses?
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 it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
How does system arraycopy work in java?
What is difference between jdk,jre and jvm?
what is singleton class in java?
Is delete, next, main, exit or null keyword in java?
What is difference between iterator access and index access?
can any one send me the example program of immutable class?
How the elements are organized in GridLayout?
what are class,constructor and primitive data types?
What are the differences between heap and stack memory?