What do you mean by thread safe?
No Answer is Posted For this Question
Be the First to Post Answer
why Interface used?
What is an object’s lock and which object’s have locks?
What are the notations in Java?
why java does compile time polymorphism at run time ?
What is double 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 the difference between throw and throws?
Can we clone singleton class in java?
What restrictions are placed on method overloading in java programming?
Difference between string, stringbuffer and stringbuilder?
What is api data?
What is console based application in java?