Answer Posted / shukra
JAVA:-"Just Another Virtual Approach".
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Describe different states of a thread.
What is polymorphism and what are the types of it?
Why does it take so much time to access an applet having swing components the first time?
What access modifiers can be used for variables?
Do you know why doesn't the java library use a randomized version of quicksort?
What is difference between variable declaration and definition?
What 4 doubled?
What are the procedures?
How does linkedlist work in java?
What is the difference between comparison done by equals method and == operator?
When will we use them?
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 the different ways to handle exceptions?
What is an interface in java? Explain
What do you understand by casting in java language?