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 Developer Interviews
Java Developer Interview Questions
In your interview for a java developer position, be prepared to answer technical questions that test your understanding of Java basics. Interviewers may also ask open-ended questions to assess your coding and problem-solving abilities. Prepare for non-technical questions that focus on time management, interpersonal communication, and work ethic.
Top Java Developer Interview Questions & How to Answer
Question #1: What is the difference between HashTable and HashMap in Java?
Question #2: Write a program to determine if 243 is an Armstrong number.
Question #3: How do you produce quality code when you have several Java projects to complete at once?
30,911 java 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