Given an area function: float area(float P) { } This function is defined for us and you can use it. The function returns the area under the curve. The curve is an increasing curve i.e. area increases as far as the point is from the origin. | | ________----|----- |___---- | | | | | ---------------------------------> P Given a point D, you have to find a point that divides the area wrt D into half.
Java Software Developer Interview Questions
30,911 java software developer interview questions shared by candidates
What is inheritance, encapsulation, abstraction? what is the fastest short method?
How to write an iterator for an iterator of iterators?
basic concepts
Simple
what did you do in the last job
Write an AscendingSortedLongList and DescendingSortedLongList class ... and write some JUnit classes associated with them ...
The complexity and speed between bubblesort, mergersort, quicksort, and selectionsort.
few technical questions not difficult but i got feeling people asking them do not know the correct answer
1 to n natural numbers in an array. one numbers is incorrect(or not according the sequence) Find which one without using for loop.
Viewing 3371 - 3380 interview questions