Answer Posted / anju
1 10
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What is the difference between checked exception and unchecked exception?
define polymorphism in java
How do you ensure that n threads can access n resources without deadlock?
Can a static class have a constructor?
What is an 8 bit word?
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).
Can we call virtual funciton in a constructor ?
How does system arraycopy work in java?
Can we use different return types for methods when overridden?
What are methods?
Is hashset sorted in java?
Which variables are stored in heap?
Describe the process as to how substring() methodology mechanisms in java.
What is the role of garbage collector in java?
What are different exception types exceptions available in java ?