Post New Answer View All Answers
Can we convert list to set in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is locale?
What are the different types of constructor?
Is there any difference between synchronized methods and synchronized statements?
Difference between this() and super() in 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).
What is a jit compiler?
Is c better than java?
How many characters is 2 bytes?
What is logical variable?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What are abstract classes and anonymous classes?
What is the Concept of Encapsulation in OOPS
What is tostring () method?