What are the kinds of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
what is platform independence in java?
What is the full form of jpeg?
What is numeric data type?
How do you sort a string in java?
explain me with a code snippet about the generation and handling of null point exceptions.
Explain the use of sublass in a java program?
could you run the java program without main method?
What is the statements?
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 preemptive scheduling and time slicing?
List primitive java types?
Can we increase size of array?