What comes to mind when someone mentions a shallow copy in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about GridBag Layout?
Describe what a thread-local variable is in java?
what is the main differene between synchronize() method and Synchronize{}block?
Why javac is not recognized?
Is set sorted in java?
What is the purpose of premetive data types in java?
How many types of modifiers are there?
What is tree node in java?
What are different data structures 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 are class,constructor and primitive data types?
java is fullu object oriented or pure? why?