Are arrays dynamic in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are library required to connect to excel sheet.
What is assembly language?
what do you meant by Runtime Polymorphism?
13 Answers BVIMR, IBM, Persistent,
In case of inheritance what is the execution order of constructor and destructor?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Do we have pointers in java?
Why singleton class is used in java?
How do you start a thread?
What is thread start?
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).
When throws keyword is used?
Which is bigger double or float?